Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 333 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 333 Bytes

vuenet

Typescript sample using vue CLI, vuex, decorators and dotnet core with entityframework core for backend

requirements

  • dotnet core 2.2
  • nodejs v11.3

build and run with

api:

  • dotnet restore
  • dotnet ef database update
  • dotnet run

vuets:

  • npm install
  • npm run serve

start browser with http://localhost:8080/