There was an error while loading. Please reload this page.
1 parent f73c128 commit f2e3bfcCopy full SHA for f2e3bfc
package.json
@@ -42,5 +42,10 @@
42
"vite": "^4.3.9",
43
"vitest": "^0.32.0",
44
"vue-tsc": "^1.6.5"
45
+ },
46
+ "config": {
47
+ "commitizen": {
48
+ "path": "cz-conventional-changelog"
49
+ }
50
}
51
README.md renamed to readme.md
@@ -2,11 +2,13 @@
2
3
This template should help get you started developing with Vue 3 in Vite.
4
5
-## Customize configuration
+[](http://commitizen.github.io/cz-cli/)
6
+
7
+## 配置
8
9
See [Vite Configuration Reference](https://vitejs.dev/config/).
10
-## Project Setup
11
+## 开始
12
13
```sh
14
pnpm install
0 commit comments