Replies: 1 comment
-
Closing in favor of: originjs/vite-plugin-federation#713 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to upgrade a large legacy Vue 2 application to Vue 3, and we've decided to use a microfrontend architecture to facilitate this process.
I'm building a proof of concept and have set up a repository here: https://github.com/sidneij/mfe-vue2-vue3.
I'm having trouble getting my Vue 2 and Vue 3 apps to connect. Could anyone confirm if this plugin supports interoperability between Vue 2 and Vue 3?
My actual scenario: We have a Vue 2.6 application using Vue CLI 5, but we have not yet started building the Vue 3 app.
Edit: I was able to get both the Vue 2.7 host and remote working together, and the Vue 3 host and remote working as well.
Beta Was this translation helpful? Give feedback.
All reactions