Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 412 Bytes

File metadata and controls

12 lines (7 loc) · 412 Bytes

VueJs Module Federation Demo

This example demos consumption of federated modules from a Webpack bundle. layout app depends on a component exposed by home app.


Running Demo

Run yarn start . This will build and serve both home and layout on ports 3002 and 3001 respectively.