A POC to present a way to expose micro-frontends using a modern approch.
Module Federation brings new ways of using and share code to multiple apps regardless they frameworks.
I created here some basic unit and e2e test to show a real life approach.
Take a time to view VUE documentation and Webpack to fully undestand all concepts behing the scenes.
Links bellow:
VUE documentation
Module Federation plugin
VUE Webpack 5 ( module federation plugin) Typescript Jest Cypress Tailwind
yarn install
yarn serve
yarn build
yarn test:unit
yarn test:e2e
yarn lint