Closed CharlesOkwuagwu closed 6 years ago
Sorry, this is still being worked on. This feature is marked as TODO
See #19
So, it's don't work yet.... Right?
@alexsandro-xpt Yea not yet, we haven't added it to the dotnet template
so that it can be downloaded that way, for now you need to just fork & clone the repo to get it going. Apologies!
Allright, please tell us when it is done! Thanks!!
It seems the MS gang are stopping including the original Vue template in their package (see this) so maybe this could become the "official" vue starter project?
I think so! :+1:
I'm guessing I can close this issue out now? If there's anything else missing to show how to install everything from the README, just let me know.
You rock @mika76 🥇
@mika76 For some reason actually, I can't get dotnet new --install Microsoft.AspNetCore.SpaTemplates.Vue2Js
to work on a new machine either.
Trying to figure out what's missing
Sorry guys, I had forgotten to update the readme file. I will update (I see I have conflicts)
but the main issue is the nuget package you're installing. The command should be
dotnet new -i aspnetcore-vuejs
and then you can do
dotnet new vuejs
The main nuget package is at https://www.nuget.org/packages/aspnetcore-vuejs/
We're all set! Merged via 4f6f10e
Hi,
I tried:
dotnet new --install Microsoft.AspNetCore.SpaTemplates.Vue2Js
got:
Error: Package "Microsoft.AspNetCore.SpaTemplates.Vue2Js" is not a valid package specification
Please are there any prerequisites needed?