Closed ArthNRick closed 6 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?
Use dotnet new to get it :)
dotnet new -i aspnetcore-vuejs
Open the template project and then in the menu you can export the project as a template project.
Thank you @Nordes , it worked.
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?