Is it possible to have Angular working as a mife? #123
-
Following this blog series, I was wondering if it's possible to also append an Angular mife to this system. Angular uses it's own builder and they just recently switched to Vite, so I'm not sure if you can even add this plugin somehow in there. What about the recommended single-spa way, they use the custom builder that is based on webpack. Is it possible to append a webpack mife to this Vite root? Is it possible to have the root application based on the single-spa recommended setup, meaning no framework, while using this plugin purely for setting up mife applications? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, @krishtoffer. I'll try to answer every question. First and foremost: I used to know AngularJS a long time ago. I enjoyed working with it but since I'm a backend developer and my love resides with C#, I never really took interest in Angular IO (or just Angular). This is why the blog series has no mention of Angular: I just don't have the skills required to play with it. Now, having said that, Is it possible to append a Webpack mife to a root project created with Now, to your last question. It is possible to use a root config project created with the It is also possible to create a Vite root config project that is devoided of user interface (and UI framework) with |
Beta Was this translation helpful? Give feedback.
Hello, @krishtoffer. I'll try to answer every question.
First and foremost: I used to know AngularJS a long time ago. I enjoyed working with it but since I'm a backend developer and my love resides with C#, I never really took interest in Angular IO (or just Angular). This is why the blog series has no mention of Angular: I just don't have the skills required to play with it.
Now, having said that,
single-spa
fully supports Angular. If Vite is a recent addition to Angular, then maybe the previous statement fails, however. I suppose that testing will be required to determine feasibility. Now, can I answer your question? Do I know if the new Vite + Angular projects produce an output thatvi…