Dotnet new template package
jdebarochez opened this issue · 5 comments
Hello,
Do you intend to create a Nuget package for this template? It would be neat to scaffold this with dotnet new vue
as we can do with React and Angular templates.
Here's more info on how to. I'm forking the project to start digging in. I will submit a PR once finished.
Sure, great idea! Once finished I'll merge the PR and create a NuGet package 👍
Thank you!
Hello @liborpansky!
In order to install from the Nuget repository with dotnet new -i SoftwareAteliers.AspNetCoreVueStarter
, we first need to publish the package on Nuget.org. Do you have an account with SoftwareAteliers you want to publish it with?
Hi @jdebarochez , I've published already two versions. 1.0.0 two days ago and 1.0.1 today in the morning... You can find it on NuGet
Ha yes, indeed! My bad, somehow my search in Nuget was not able to find them. Please ignore my previous comment.