基于 vue3 进行开发的任务管理系统 发布每日任务,完成任务获得奖励 联动记账
[x] 用户登录
npm install
npm run dev
npm run build
# When using CI, the project must be built first.
npm run build
# Runs the end-to-end tests
npm run test:e2e
# Runs the tests only on Chrome
npm run test:e2e -- --env chrome
# Runs the tests of a specific file
npm run test:e2e -- tests/e2e/example.ts
# Runs the tests in debug mode
npm run test:e2e -- --debug
npm run test:unit
npm run test:unit -- --headless # for headless testing
npm run lint