Questions tagged [single-spa]

Questions related to usage and implementation of single-spa and related technologies such as import maps, SystemJS, webpack/rollup configuration, etc.

Website: https://single-spa.js.org

FAQ: https://single-spa.js.org/docs/faq/

Docs: https://single-spa.js.org/docs/getting-started-overview

More help: https://single-spa.js.org/help/

Source code: https://github.com/single-spa

217 questions
0
votes
1 answer

Single-Spa starting from scratch - angular 8 not rendering html

I started single-spa app from scratch following: https://medium.com/@AndrewLocke/creating-a-single-spa-web-application-4e115802f474 I wanted to use angular, so I created another app using ng new my-app --routing --prefix my-app and app was working…
egzaell
  • 195
  • 3
  • 16
-1
votes
0 answers

Single-spa subapp renderd but not displaying

I have a main app using Nuxt2 and Vue. And I try to add a microfrontend using single-spa library. The subapp rendered in the main app without any errors but it is not displaying. I also use vue-i18n. Asynchronous functions in plugins section which…
Tea
  • 16
  • 4
-1
votes
2 answers

how add vuetify in single-spa vue application

vue 2.6.14 vuetify 2.6.9 How do I plug vuetify into a vue application? I trying import my project in another project how microfrontend application, but something not working how i went this step-by-step: create-single-spa root config created…
SchooKish
  • 1
  • 1
-1
votes
1 answer

Exclude css from parent application(angular) from applying into child(react) in single-spa-application

I have made a single-spa application where I am using angular as a parent project and put react bundle into it. Now the problem coming is that react is picking up the CSS of the angular project. I have excluded that particular CSS in webpack.config…
-1
votes
2 answers

IIS Rewrite rule for multiple SPAs

we're creating a new architecture for our microfrontends, and we'd like to avoid the use of another framework to orquestrate it, like single-spa. Our company currently use IIS for other products, and we need to keep it that way. So, in order to have…
-1
votes
1 answer

single spa won't display two apps at the same time

I have set up an environment using single spa and I am experiencing strange behavior. I have three angular apps set up: a navbar app, with two pages of its own, app1 and app2, with several pages to be displayed under the navbar. I was using this…
-2
votes
1 answer

Sharing component MicroFrontend between an Angular and AngularJS application

I am creating custom web components using Angular (14). It works fine in the Angular application. But when I am planning to use it in AngularJS, I need some help. How can I use custom web components from microfronted into another? Are there any…
1 2 3
14
15