vite-plugin-micro
v0.1.2
Published
The implementation of a micro-frontend based on ESM.
Downloads
35
Readme
vite-plugin-micro
Micro frontend based on Vite and ESM
Feature
Install
npm install vite-plugin-micro -D
Dev
TODO
- [x] Server environment support
- [x] HMR support
- [x] Build environment support
- [ ] ...
# micro-sub-app
cd examples/micro-sub-app
npm run build
npm run serve
# micro-shared
cd examples/micro-shared
npm run build
npm run serve
# micro-app
cd examples/micro-app
npm run build
npm run serve