Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate Vue.js with ASP.NET Core?

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

like image 321
Elexsandro Rangel dos Santos Avatar asked Nov 20 '25 00:11

Elexsandro Rangel dos Santos


1 Answers

Assuming you want a beginner level approach and to develop a Vue spa application, I suggest you on using following boilerplate.

  1. npm install -g yo generator-aspnetcore-spa

  2. cd some-empty-directory

  3. yo aspnetcore-spa

Select vue from the list

like image 178
CuriousGuy Avatar answered Nov 22 '25 03:11

CuriousGuy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!