docs: readme update
This commit is contained in:
parent
9550591048
commit
248eba5975
15
README.md
15
README.md
@ -1,10 +1,17 @@
|
|||||||
# MFE nuxt x nuxt
|
# vite-nuxt-mfe
|
||||||
|
|
||||||
MFE with Nuxt being the Host and Remote
|
Vite-based Nuxt 3 starter with Micro-frontend enabled.
|
||||||
|
|
||||||
|
## Demo
|
||||||
|
|
||||||
|
- Demo Web: https://demo-ab-nuxt-mfe-host.netlify.app/
|
||||||
|
- Repo Host: https://github.com/antonybudianto/demo-nuxt-mfe1
|
||||||
|
- Repo Remote: https://github.com/antonybudianto/demo-nuxt-mfe-rmt1
|
||||||
|
|
||||||
## Initial setup
|
## Initial setup
|
||||||
|
|
||||||
```
|
```
|
||||||
|
cd host
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -44,3 +51,7 @@ pnpm serve
|
|||||||
- Build-mode works but Dev-mode not works (fixed)
|
- Build-mode works but Dev-mode not works (fixed)
|
||||||
- Enable CORS on remote JS assets (fixed)
|
- Enable CORS on remote JS assets (fixed)
|
||||||
- Scoped style still not works (fixed)
|
- Scoped style still not works (fixed)
|
||||||
|
|
||||||
|
## Links
|
||||||
|
|
||||||
|
- https://github.com/originjs/vite-plugin-federation/
|
||||||
|
Loading…
Reference in New Issue
Block a user