Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 511 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 511 Bytes

dotnetcore-vue-js

This is a Simple DotnetCore-Vue Biloplate, Enjoy!

Why

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

How

  • git clone - this repository
  • dotnet restore - to restore all backend packages
  • yarn or npm i - to restore all frontend packages
  • dotnet run