An time trace app by vue
# 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 unit
# run e2e tests
npm run e2e
# run all tests
npm test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
- 登陆
- 记录时间
- 记录时间批量PC
- 记录时间批量Wap
- 自定义tag
- 数据统计日
- 数据统计周
- 数据统计月
- 纯前端使用
后端代码接口地址:https://github.com/ChildHua/timeTraceApi 主要代码->main.js。vuex也在此文件中,后面版本会单独出来