miaofuhao 3 anni fa
parent
commit
6c5c65a0a6
3 ha cambiato i file con 765 aggiunte e 3 eliminazioni
  1. 756 0
      package-lock.json
  2. 9 2
      package.json
  3. 0 1
      src/App.vue

File diff suppressed because it is too large
+ 756 - 0
package-lock.json


+ 9 - 2
package.json

@@ -22,15 +22,22 @@
22 22
     "@vue/cli-service": "~5.0.0",
23 23
     "@vue/eslint-config-prettier": "^6.0.0",
24 24
     "@vue/eslint-config-typescript": "^9.1.0",
25
+    "commitizen": "^4.2.5",
26
+    "cz-conventional-changelog": "^3.3.0",
25 27
     "eslint": "^7.32.0",
26 28
     "eslint-config-prettier": "^8.5.0",
27 29
     "eslint-plugin-prettier": "^4.2.1",
28 30
     "eslint-plugin-vue": "^8.0.3",
31
+    "husky": "^8.0.0",
29 32
     "less": "^4.0.0",
30 33
     "less-loader": "^8.0.0",
31 34
     "prettier": "^2.7.1",
32 35
     "prettier-eslint": "^15.0.1",
33
-    "typescript": "~4.5.5",
34
-    "husky": "^8.0.0"
36
+    "typescript": "~4.5.5"
37
+  },
38
+  "config": {
39
+    "commitizen": {
40
+      "path": "./node_modules/cz-conventional-changelog"
41
+    }
35 42
   }
36 43
 }

+ 0 - 1
src/App.vue

@@ -16,7 +16,6 @@ export default defineComponent({
16 16
 
17 17
 <style lang="less">
18 18
 #app {
19
-  font-family: Avenir, Helvetica, Arial, sans-serif;
20 19
   -webkit-font-smoothing: antialiased;
21 20
   -moz-osx-font-smoothing: grayscale;
22 21
   text-align: center;