vite-plugin-micro
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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

Usage

Local examples

Readme

Keywords

Package Sidebar

Install

npm i vite-plugin-micro

Weekly Downloads

38

Version

0.1.2

License

ISC

Unpacked Size

54.6 kB

Total Files

30

Last publish

Collaborators

  • yzydeveloper