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

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

Open
oslotboom opened this issue Jul 14, 2018 · 1 comment
Open

Comments

@oslotboom
Copy link

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

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

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

No branches or pull requests

3 participants