single-spa / single-spa-vue

a single-spa plugin for vue.js applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue 3 support

tdowdle-aicradle opened this issue · comments

Hello,

Is there a way to get this working within Vue 3?

Vue 3 no longer exports vue e.g. import Vue from 'vue'; doesn't exist.

Is there a work around?

Thanks

I haven't tried single-spa-vue with Vue 3 yet. I might be able to look into this in the next couple days. If others have interest in helping out with this, that would also be appreciated.

This repo shows Vue 3 working with single-spa. It has a modified single-spa-vue file.

https://github.com/joeldenning/vue-3-single-spa

This repo shows Vue 3 working with single-spa. It has a modified single-spa-vue file.

https://github.com/joeldenning/vue-3-single-spa

Wow, that was quick. Nice!

Here's a PR that provides initial support for Vue 3: #52

Documentation for it (still pending a new single-spa-vue release) - single-spa/single-spa.js.org#313