Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit cfeb82c

Browse files
committed
程序运行状态
1 parent 3da66f0 commit cfeb82c

15 files changed

+396
-18
lines changed

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
"version": "0.0.0",
55
"private": true,
66
"scripts": {
7-
"dev": "vite",
87
"build": "pnpm lint && vite build",
9-
"preview": "vite preview",
8+
"dev": "vite",
109
"format": "prettier --write .",
1110
"format:check": "prettier --check .",
1211
"lint": "eslint .",
13-
"lint:fix": "eslint . --fix"
12+
"lint:fix": "eslint . --fix",
13+
"preview": "vite preview",
14+
"test": "vitest"
1415
},
1516
"dependencies": {
1617
"@vueuse/core": "^8.9.4",
@@ -36,6 +37,7 @@
3637
"unplugin-auto-import": "^0.10.3",
3738
"unplugin-vue-components": "^0.21.2",
3839
"vite": "^3.2.6",
40+
"vitest": "^0.30.1",
3941
"vue-tsc": "^0.38.9"
4042
}
4143
}

0 commit comments

Comments
 (0)