0
juan.huerta created
Hi,
I've read in question #5054 that there are no plans to implement a Vue solution for ASP .Net Zero. I assume this is still the case.
At the same time, I've seen a Free Startup Template for a Vue SPA for ASP .Net Boilerplate.
Is this Vue SPA template compatible with ASP .Net Zero?
What about the code generated by NSWag? Can the NSwag code generated in the Angular + .Net Core (ASP .Net Zero) be compatible with this Vue SPA?
Thanks!
2 Answer(s)
-
0
Hi @juan.huerta
If you want to use free VueJs version with AspNet Zero backend, you don't need to generate service-proxies. It has it's own system I guess, you can take a look at https://github.com/aspnetboilerplate/module-zero-core-template/blob/master/vue/src/views/setting/user/user.vue
-
0
Great, thanks!