docs: update

This commit is contained in:
antony 2024-12-23 16:59:23 +07:00
parent f9566b416a
commit 5e7ac295af

View File

@ -8,12 +8,6 @@ Vite-based Nuxt 3 starter with Micro-frontend enabled.
- Repo Host: https://github.com/antonybudianto/demo-nuxt-mfe1 - Repo Host: https://github.com/antonybudianto/demo-nuxt-mfe1
- Repo Remote: https://github.com/antonybudianto/demo-nuxt-mfe-rmt1 - 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 ## Initial setup
``` ```
@ -52,8 +46,16 @@ pnpm build
pnpm serve 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 ## TODO
- Pinia integration
- 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)