[Vuejs]-Multiple VueJS apps with one prepage – navigate to each app without redirect

0👍

Late answer but just leaving this here.
If you wanna switch apps without reloading maybe try server side rendering? Nuxt.js will come handy it has converts your apps into static HTML files.

Leave a comment