From f9566b416abd3b8a33efb7ea63d902e307db417f Mon Sep 17 00:00:00 2001 From: Antony Budianto Date: Mon, 23 Dec 2024 16:39:48 +0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4a0c98b..673057f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ 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 ```