From 248eba5975a3dee018402b17d02da89c731424bd Mon Sep 17 00:00:00 2001 From: antony Date: Mon, 23 Dec 2024 16:27:54 +0700 Subject: [PATCH] docs: readme update --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5af3efb..4a0c98b 100644 --- a/README.md +++ b/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 ``` +cd host cp .env.example .env ``` @@ -44,3 +51,7 @@ pnpm serve - Build-mode works but Dev-mode not works (fixed) - Enable CORS on remote JS assets (fixed) - Scoped style still not works (fixed) + +## Links + +- https://github.com/originjs/vite-plugin-federation/