easyai-mfe-demo/README.md
2024-12-23 13:38:00 +07:00

285 B

MFE nuxt x nuxt

MFE with Nuxt being the Host and Remote

cd host
pnpm i
pnpm build
pnpm serve
cd remote
pnpm i
pnpm build
pnpm serve

TODO

  • Build-mode works but Dev-mode not works
  • Enable CORS on remote JS assets (fixed)
  • Scoped style still not works (fixed)