In this demo I've tried to inject simple vue component into svelte application. It turned out to be much easier than I thought and now I even doubt the existence of this repository.
Currenty I am working on some bigger project that is currently migrating from vue to svelte. Time has come and project got too many svelte chunks made using this fancy tool so now project needs svelte as base platform as it will be easier to mantain smaller amount of left vue chunks.
git clone https://github.com/ZerdoX-x/demo-using-vue-in-svelte-kit-app.git
cd demo-using-vue-in-svelte-kit-app
npm install --global @vue/cli-service-global
npm install
npm run vue-external-components:button
npm run build
npm run preview
sveltekit:start
event is used -- kit.svelte.dev/docs#events. Also please use proper mount points for both svelte and vue.In this demo vue components are rendered only after svelte app is mounted. I don't know, you can give it a try and configure Vue SSR on Svelte app but I don't think it's possible or worth it.
This repo is probably archivated now so you can DM me any way you like.