Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 397 Bytes

File metadata and controls

10 lines (6 loc) · 397 Bytes

Vue3 use vue2 component Example

This example demos a vue3 application loading remote vue2 component.vue3 app depends on a component exposed by vue2 app.

Running Demo

Run yarn start . This will build and serve both vue3 and vue2 on ports 3002 and 3001 respectively.