Basic module federation setup with vue 3 and webpack 5
This repository is to experiment of Webpack 5's new Module Federation with Vue 3.
Here is the simple micro frontends architecture;
Container App — Host application. Consumes child apps.
Child App — Remote application. Expose own components.
- Node & NPM
install and serve all applications.