This is a Simple DotnetCore-Vue Biloplate, Enjoy!
There're official templates for dotnetcore-spa , simply run dotnet new --install Microsoft.AspNetCore.SpaTemplates::*
and dotnet new vue
. however, for those aren't familiar with typescript
, they can use this biloplate , it's basiclly a js version of official template
git clone
- this repositorydotnet restore
- to restore all backend packagesyarn
ornpm i
- to restore all frontend packagesdotnet run