Task Treasury 任务金库
任务管理系统 发布每日任务,完成任务获得奖励 联动记账
kindring a8bd915713 feat: 主页样式制作 | vor 11 Monaten | |
---|---|---|
.vscode | vor 11 Monaten | |
nightwatch | vor 11 Monaten | |
public | vor 11 Monaten | |
src | vor 11 Monaten | |
tests | vor 11 Monaten | |
vitePlugin | vor 11 Monaten | |
.eslintrc.cjs | vor 11 Monaten | |
.gitignore | vor 11 Monaten | |
.prettierrc.json | vor 11 Monaten | |
README.md | vor 11 Monaten | |
env.d.ts | vor 11 Monaten | |
index.html | vor 11 Monaten | |
nightwatch.conf.ts | vor 11 Monaten | |
package-lock.json | vor 11 Monaten | |
package.json | vor 11 Monaten | |
postcss.config.js | vor 11 Monaten | |
tailwind.config.js | vor 11 Monaten | |
tsconfig.app.json | vor 11 Monaten | |
tsconfig.json | vor 11 Monaten | |
tsconfig.node.json | vor 11 Monaten | |
vite.config.ts | vor 11 Monaten |
基于 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