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

site.css: different file is received when using install instructions #98

Open oslotboom opened 6 years ago

oslotboom commented 6 years ago

When I follow the install instructions (dotnet new -i aspnetcore-vue.js; dotnet new vuejs; npm install) I get a site.css file which is different from the file in the code directory. The site.css I get has main-nav classes but is missing .nav-item elements.

In order to get the correct site.css, I downloaded the zip file.

a-sklyarov commented 6 years ago

You can install the latest template from disk:

git clone https://github.com/MarkPieszak/aspnetcore-Vue-starter
dotnet new -i aspnetcore-Vue-starter

You may need to uninstall your previous template:

dotnet new -u aspnetcore-Vue-starter

See dotnet docs