Advanced To-Do List Application built with #Vue.js
You can edit task title, add / edit description to the task.
Attach Tags to the specific task.
Move / Drag the task throught the task list.
Thanks to #Vue.Draggable
Set task priority ranging from
- None
- Low
- Medium
- High
Filter & select tags for the tasks from the default tags.
- Home
- Personal
- Work
You can also set the color to specific tags.
Or... just create a new tag of your own.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.