docs: update
This commit is contained in:
parent
f9566b416a
commit
5e7ac295af
14
README.md
14
README.md
@ -8,12 +8,6 @@ Vite-based Nuxt 3 starter with Micro-frontend enabled.
|
||||
- Repo Host: https://github.com/antonybudianto/demo-nuxt-mfe1
|
||||
- Repo Remote: https://github.com/antonybudianto/demo-nuxt-mfe-rmt1
|
||||
|
||||
## How to use
|
||||
|
||||
- It's recommended to split the repository for Host and Remote, and deploy separately
|
||||
- If you want to go with monorepo approach, make sure to setup a monorepo package manager (Pnpm workspace, Nx, etc.)
|
||||
- This repo is still evolving, and might not be production-ready yet
|
||||
|
||||
## Initial setup
|
||||
|
||||
```
|
||||
@ -52,8 +46,16 @@ pnpm build
|
||||
pnpm serve
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
- It's recommended to split the repository for Host and Remote, and deploy separately
|
||||
- If you want to go with monorepo approach, make sure to setup a monorepo package manager (Pnpm workspace, Nx, etc.)
|
||||
- This repo is still evolving, and might not be production-ready yet
|
||||
- No SSR support (no plan for this)
|
||||
|
||||
## TODO
|
||||
|
||||
- Pinia integration
|
||||
- Build-mode works but Dev-mode not works (fixed)
|
||||
- Enable CORS on remote JS assets (fixed)
|
||||
- Scoped style still not works (fixed)
|
||||
|
Loading…
Reference in New Issue
Block a user