Use the module-federation third-party library to make a vue module federation demo
-
host-vue:The host side, import the module from the remote side
-
remote-*:The remote side, expose the module to the host side
- remote vue
- remote react
- Clone the project
git clone [email protected]:gongph/module-federation-vite.git
- Install dependencies
cd remote-vue
pnpm i
pnpm preview
cd remote-react
pnpm i
pnpm preview
cd host-vue
pnpm i
pnpm dev # localhost:5173