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/