This application is part of a Micro Frontend Demo done with ModuleFederation and Vue 3.
- Shell -> mfVueShell
- Microfrontend 1 -> mfUserList
- Microfrontend 2 -> mfUserDetail
The following components are exposed and can be import into another Vue application that follow Module Federation Architecture:
- mfUserList/Header
- mfUserList/Footer
npm install
npm run serve
npm run build