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

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

Open enimiste opened 6 years ago

enimiste commented 6 years ago

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

Nordes commented 6 years ago

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.

enimiste commented 6 years ago

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 ?