Hi FE !
git
前端面试题
前端小tip
构建工具
构建工具
vite
webpack
npm
vue
vue
vue2
vue3
react
GitHub
项目中增加commit校验
把 .husky 加入到根项目
执行这两个命令
chmod +x .husky/pre-commit
chmod +x .husky/commit-msg
此时,已经加入 commit 校验