aspnetcore-Vue-starter icon indicating copy to clipboard operation
aspnetcore-Vue-starter copied to clipboard

Creating project Give the Angulare template instead of Vue in the content directory

Open enimiste opened this issue 6 years ago • 2 comments

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 ??

enimiste avatar Apr 17 '18 23:04 enimiste

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.

Nordes avatar Apr 17 '18 23:04 Nordes

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 ?

enimiste avatar Apr 18 '18 08:04 enimiste