远程组件Demo
Go to file
2024-12-23 13:38:00 +07:00
host tmp fix reactive 2024-12-23 13:38:00 +07:00
remote tmp fix reactive 2024-12-23 13:38:00 +07:00
.gitignore init 2024-12-20 22:58:41 +07:00
.prettierrc chore: prettier 2024-12-21 07:53:23 +07:00
README.md tmp fix reactive 2024-12-23 13:38:00 +07:00

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)