namecheap / ilc-adapter-vue

Adapter for Vue.js Micro Frontends that are run inside ILC
Apache License 2.0
3 stars 2 forks source link

Vue 3 support #11

Open mib200 opened 3 years ago

mib200 commented 3 years ago

Thanks for the fantastic work. I was playing around with the ILC ecosystem and tried integrating my app, which is when I noticed that Vue 3 is not supported in this yet.

Any plans for it? It would be great if the team can prioritise this.

StyleT commented 3 years ago

Hi! Thanks for the interest to the project. I think you can try to use this guide https://single-spa.js.org/docs/ecosystem-vue#vue-3 from single-spa project (iLC uses single-spa under the hood for client side rendering and those adapters are 98% equal). Try to use it, and write here if it doesn't work for you. I can't promise that we'll handle Vue 3 here soon.

digitalextremist commented 1 year ago

@mib200 did you end up continuing this and ever ship with Vue3?