TrilonIO / aspnetcore-Vue-starter

*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.22k stars 266 forks source link

Add new project with visual studio #109

Closed ArthNRick closed 5 years ago

ArthNRick commented 5 years ago

In readme.md you said: "his repo contains an ASP.NET Core + Vue.js 2 starter template (VS2017 or command line)", but I did not find a way to add the template to VS2017, how should I proceed to create the template? project from visual studio?

MarkPieszak commented 5 years ago

Use dotnet new to get it :)

dotnet new -i aspnetcore-vuejs
Nordes commented 5 years ago

Open the template project and then in the menu you can export the project as a template project.

ArthNRick commented 5 years ago

Thank you @Nordes , it worked.