We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6de5d commit 17c5649Copy full SHA for 17c5649
README.md
@@ -70,6 +70,12 @@ Give a ⭐️ if this project helped you!
70
- **wangeditor** [wangeditor 富文本编辑器](https://www.wangeditor.com/doc/)
71
- **fullcalendar** [fullcalendar 丰富的日历插件](https://github.com/fullcalendar/fullcalendar-example-projects/tree/master/vue3-typescript)
72
73
+## 工程化 | Project Tool
74
+- Git Hook 工具:[husky](https://typicode.github.io/husky/#/) + [lint-staged](https://github.com/okonet/lint-staged)
75
+- 代码规范:[EditorConfig](http://editorconfig.org) + [Prettier](https://prettier.io/) + [ESLint](https://eslint.org/) + [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript#translation)
76
+- 提交规范:[Commitizen](http://commitizen.github.io/cz-cli/) + [Commitlint](https://commitlint.js.org/#/)
77
+
78
79
## 浏览器支持
80
81
推荐使用`webkit`内核浏览器
0 commit comments