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

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

Notifications You must be signed in to change notification settings

ewilli/vuenet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published