Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
enimiste opened this issue Apr 17, 2018 · 2 comments

Comments

@enimiste
Copy link
Contributor

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
Copy link
Contributor

Nordes commented Apr 17, 2018

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
Copy link
Contributor Author

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants