Skip to content

MartinYounghoonKim/vuejs-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-todo

Todo App with Vuejs and Vuex.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# install deployd
npm install deployd
dpd create db
dpd db -d
need to set deployd `Collection`
  - todos :
    - id
    - todo(string, required)
    - isDone(boolean)