This example demos a vue3 application loading remote vue2 component.vue3
app depends on a component exposed by vue2
app.
Run yarn start
. This will build and serve both vue3
and vue2
on ports 3002 and 3001 respectively.
- HOST (vue3): localhost:3002
- REMOTE (vue2): localhost:3001