I need to develop an application in ASP.NET MVC Core with Vue.js views.
How should I setup my application to work with both technologies?
Regards
I need to develop an application in ASP.NET MVC Core with Vue.js views.
How should I setup my application to work with both technologies?
Regards
Vue supports both SPA and Non-SPA application development. https://github.com/mrityunjaya-kumar/AspNetCore-Vue-Starter provides a simple way of using ASP.NET core 2 + VueJS + Bootstrap-Vue for beginners.
For beginners, if you are interested in pure javascript development start with vue Javascript libraries only and then proceed with SPA app.
For SPA app, https://github.com/MarkPieszak/aspnetcore-Vue-starter is a nice starting point.