A simplify todo list
一个简单的 todo Web App
使用vue构建
Demo地址 todos
线上版本可能会稍落后于仓库版本
终于到 version 1.0.0了
撒花! 求star
- 优化了很多细节
- 添加了删除的时候会出现图标提示
- 在大屏幕版本中禁用了部分手势操作
- 移除了Control面板中的编辑按钮
如果以后有空,可能会添加远程同步的功能
如果发现有bug可以提交issues
MIT
# 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
For detailed explanation on how things work, checkout the guide and docs for vue-loader.