vue-todo
vue-todo copied to clipboard
Advanced To-Do List Application built with #Vue.js
vue-todo
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.

Build Setup
# 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.