master
: latest edits (all of the below + tweakings)with-store-persistence
: store persistence in local storage usingvuex-persist
with-search-hashtags
: filter todos that contains a string of characters (such as "#later")with-reorder
: reorder todos usingvue-draggable
only-crud
: basic listing, creation, update and deletion of todos, with a store
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# check code on linting rules
$ yarn run lint
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate