todolist
Todo app made by studying Vue.js
function
Enter / edit / delete tasks
Save task (LocalStorage)
Switch task status in 3 steps (Todo / In Progress / Done)
Sort list
Library
VueDraggable
BootstrapVue
VueFontawesome
Build
# install dependencies
npm install
# serve with hot reload at localhost: 8080
npm run serve
# Lints and fixes files
npm run lint
# create production files
npm run build
# Customize configuration
See [Configuration Reference] (https://cli.vuejs.org/config/).