We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a2d38 commit 93b9a79Copy full SHA for 93b9a79
package.json
@@ -7,7 +7,8 @@
7
"build": "vue-cli-service build",
8
"lint": "vue-cli-service lint",
9
"prettier": "prettier --write .",
10
- "prepare": "husky install"
+ "prepare": "husky install",
11
+ "commit": "cz"
12
},
13
"dependencies": {
14
"@commitlint/cli": "^18.4.4",
@@ -40,4 +41,4 @@
40
41
"path": "./node_modules/cz-conventional-changelog"
42
}
43
-}
44
+}
src/App.vue
@@ -1,6 +1,6 @@
1
<template>
2
<img alt="Vue logo" src="./assets/logo.png" />
3
- <HelloWorld msg="hello vue ts!!" />
+ <HelloWorld msg="hello vue+ts" />
4
</template>
5
6
<script lang="ts">
0 commit comments