You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ??
The text was updated successfully, but these errors were encountered:
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 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 ??
The text was updated successfully, but these errors were encountered: