Nuxt 3 microfrontend integration #674
Unanswered
elenichvtz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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