• Stars
    star
    136
  • Rank 267,670 (Top 6 %)
  • Language Vue
  • Created over 5 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Advanced To-Do List Application built with #Vue.js

vue-todo

Advanced To-Do List Application built with #Vue.js

alt text

You can edit task title, add / edit description to the task.

alt text

Attach Tags to the specific task.

alt text

Move / Drag the task throught the task list.
Thanks to #Vue.Draggable

alt text

Set task priority ranging from

  • None
  • Low
  • Medium
  • High

alt text

Filter & select tags for the tasks from the default tags.

  • Home
  • Personal
  • Work

You can also set the color to specific tags.

alt text

Or... just create a new tag of your own.

alt text

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.