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

Update README.md #122

Closed onizucode closed 5 years ago

onizucode commented 5 years ago

When you run "dotnet vuejs" command, you can not install all package of the projet with "npm install"

I tried the commande dotnet new and i saw that for create a vue projet i have to write : dotnet vue

When i started a project with dotnet vue, my package installation was good so i succeded to lauch my projet on localhost with the port 5000

MarkPieszak commented 5 years ago

Can you try the latest version?

dotnet new vuejs should work once you've installed the dotnet template via dotnet new -i aspnetcore-vuejs

MarkPieszak commented 5 years ago

Closing for now but open an issue if you're still having trouble somehow!