Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 493 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 493 Bytes

vite-plugin-micro

Micro frontend based on Vite and ESM

Feature

Install

npm install vite-plugin-micro -D

Dev

TODO

  • Server environment support
  • HMR support
  • 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

Usage

Local examples