Skip to content

Commit 69b3f7a

Browse files
committed
docs: update docs
1 parent b3bdd92 commit 69b3f7a

File tree

3 files changed

+149
-1
lines changed

3 files changed

+149
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
- [x] 支持 创建单个组件或组件库。
1515
- [x] 支持 组件库全量加载或按需加载。
16-
- [ ] 支持 服务端渲染。
1716
- [ ] 支持 TypeScript。
1817
- [x] 支持 Sass。
1918
- [ ] 支持 Less。

package-lock.json

Lines changed: 143 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"file-loader": "^5.0.2",
4848
"glob": "^7.1.6",
4949
"http-server": "^0.12.1",
50+
"husky": "^4.2.1",
5051
"jest": "^25.1.0",
5152
"mime-types": "^2.1.26",
5253
"mini-css-extract-plugin": "^0.9.0",
@@ -76,5 +77,10 @@
7677
"commitizen": {
7778
"path": "./node_modules/cz-conventional-changelog"
7879
}
80+
},
81+
"husky": {
82+
"hooks": {
83+
"pre-commit": "npm test"
84+
}
7985
}
8086
}

0 commit comments

Comments
 (0)