You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add an existing vue2 project as a single-spa application to my single-spa root.
I followed these steps https://single-spa.js.org/docs/ecosystem-vue and I configured that https://single-spa.js.org/docs/ecosystem-vue#webpack-public-path on my vue.config.js
I tried to fixed by many ways, but I cannot configure properly the application because the urls of external modules in the Vue application have a problem. The vue application mounted well at single-spa root system, the App.vue file runs, but white screen appears because it's not able to mount the js dependencies.
I realized the urls have a js folder twice, I don't know what wrong! xxx/js/js/xxxx
but if I go to the url and delete one '/js' the url works
I really appreciate your support!
Many thanks!
The text was updated successfully, but these errors were encountered:
Hi all,
I'm trying to add an existing vue2 project as a single-spa application to my single-spa root.
I realized the urls have a js folder twice, I don't know what wrong! xxx/js/js/xxxx but if I go to the url and delete one '/js' the url worksI followed these steps https://single-spa.js.org/docs/ecosystem-vue and I configured that https://single-spa.js.org/docs/ecosystem-vue#webpack-public-path on my vue.config.js
I tried to fixed by many ways, but I cannot configure properly the application because the urls of external modules in the Vue application have a problem. The vue application mounted well at single-spa root system, the App.vue file runs, but white screen appears because it's not able to mount the js dependencies.
I really appreciate your support!
Many thanks!
The text was updated successfully, but these errors were encountered: