aspnetcore-Vue-starter
aspnetcore-Vue-starter copied to clipboard
Creating project Give the Angulare template instead of Vue in the content directory
I followed instruction in the README file :
dotnet new -i aspnetcore-vuejs
Then
mkdir MyProject && cd MyProject
Then
dotnet new vuejs
And i get the same template generated when choosing Angular from VSC2017 Dialog (Counter, Fetch data, ...)
But not the template in the content/*
directory (Wheather, Providers, ...)
When i run dotnet new --help
i get this output :
Modèles ---------------------------> Nom court
Console Application ---------------------------> console
Class library ---------------------------> classlib
Unit Test Project ---------------------------> mstest
xUnit Test Project ---------------------------> xunit
ASP.NET Core Empty ---------------------------> web
ASP.NET Core Web App (Model-View-Controller) ---------------------------> mvc
ASP.NET Core Web App ---------------------------> razor
ASP.NET Core with Vue.js 2 ---------------------------> vuejs
ASP.NET Core with Angular ---------------------------> angular
ASP.NET Core with React.js ---------------------------> react
ASP.NET Core with React.js and Redux ---------------------------> reactredux
ASP.NET Core Web API ---------------------------> webapi
global.json file ---------------------------> globaljson
NuGet Config ---------------------------> nugetconfig
Web Config ---------------------------> webconfig
Solution File ---------------------------> sln
Razor Page ---------------------------> page
MVC ViewImports ---------------------------> viewimports
MVC ViewStart ---------------------------> viewstart
Why i get this ??
Hi @enimiste , (ou si tu préfères, bonjour),
I can look into it and give you more details later today (Japan time, so probably during your night). I remember that some stuff from angular project remained when I fixed the documentation.
I'll be back with more details later.
The installation process in this page on nuget is different from this one on github : https://www.nuget.org/packages/aspnetcore-vuejs/1.0.1#
Which one should we use ?
If the clone tip will work how to change the project name after cloning and restoring the template ?