From 5e7ac295af4b5a41dddeecf846966e0d691dfa8d Mon Sep 17 00:00:00 2001 From: antony Date: Mon, 23 Dec 2024 16:59:23 +0700 Subject: [PATCH] docs: update --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 673057f..634e2f4 100644 --- a/README.md +++ b/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)