Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 923 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 923 Bytes

reuse-list

Reusable check/todo lists

TODO

  • archive and restore list(s)
  • trash and restore list(s)
  • add option: when all items are checked, restore them immediately, or manually restore checked items in a list.
  • batch delete
  • user has his separated lists and items.
  • forget password / find password back with email
  • admin area: change username(if has email) / password / email
  • export data as JSON

Build Setup

cd client

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.