it's a demo using module federation plugin from webpack5 with vue2 & vue-router
cd base
npm install && npm start
cd layout
npm install && npm start
When you need to use module federation with router, you must add import('main.js')
for importing router files synchronously.