Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 352 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 352 Bytes

module federation plugin demo

it's a demo using module federation plugin from webpack5 with vue2 & vue-router

Quick Start

cd base
npm install && npm start

cd layout
npm install && npm start

some info

When you need to use module federation with router, you must add import('main.js') for importing router files synchronously.