oal / MyTodo

Vue.js / .NET Todo example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue.js / .NET Todo application

Todo application used as an example for my guest lecture in DAT219 at University of Agder, 1. March 2017.

Run these commands to set up the project:

cd MyTodo
dotnet restore
dotnet build
dotnet ef database update
bower install
dotnet run

About

Vue.js / .NET Todo example

License:Apache License 2.0


Languages

Language:C# 97.8%Language:JavaScript 1.2%Language:CSS 1.0%