Skip to content

lechuckroh/micro-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro FrontEnd

여러가지 방법으로 마이크로 프론트엔드를 구현한 PoC(Proof of Concept) 저장소입니다.

Runtime Integration

  • WebPack 예제 1 : eCommerce
    • Container (react.js)
    • Products (react.js)
    • Cart (react.js)
  • WebPack 예제 2 : Authentication
    • Container (react.js)
    • Marketing (react.js)
    • Auth (react.js)
    • Dashboard (vue.js)