Nuxt 3 microfrontend integration #675
elenichvtz
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Nuxt 3 base app and a Nuxt 3 micro app, and I am using "@originjs/vite-plugin-federation". I have successfully imported and loaded the micro app into the base app. The only problem I have is that any component using slots, templates, or dynamic content is not visible. No error is thrown though.
Everything loads perfectly if I use static data and not slots or templates.
When I am developing the micro app and I run it (npm run dev), everything shows perfectly. It is after I do npm run build and serve it, that this happens.
Beta Was this translation helpful? Give feedback.
All reactions