3

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

2

2 Answers 2

1

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

Sign up to request clarification or add additional context in comments.

Comments

0

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.