Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 387 Bytes

File metadata and controls

12 lines (7 loc) · 387 Bytes

Multi Framework, Micro Frontend setup using Webpack Module Federation in Monorepo

App2 (Host App, built with Vue3)

App1 (Remote App, built with Vue2)

App3 (Remote App, built with React)

Running code

Run npm run start . This will build and serve App1, App2 & App3 on ports 3002, 3001 and 3003 respectively. Then open http://localhost:3002/ to load HOST app.