An open API service indexing awesome lists of open source software.

https://github.com/yzydeveloper/vite-plugin-micro

Micro frontend based on Vite and ESM
https://github.com/yzydeveloper/vite-plugin-micro

Last synced: 4 months ago
JSON representation

Micro frontend based on Vite and ESM

Awesome Lists containing this project

README

          

# vite-plugin-micro

Micro frontend based on Vite and ESM

## Feature

## Install

```bash
npm install vite-plugin-micro -D
```

## Dev

TODO

- [x] Server environment support
- [x] HMR support
- [x] Build environment support
- [ ] ...

```bash
# 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](./examples)