Skip to content

Commit

Permalink
feat: 更新 README
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Oct 1, 2018
1 parent 5f6ce0f commit fbff5fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ import 'cuke-ui/lib/Button/style.less';
- [x] [Timeline 时间轴](https://cuke-ui.github.io/cuke-ui/?selectedKind=%E6%95%B0%E6%8D%AE%E5%B1%95%E7%A4%BA&selectedStory=Timeline%20%E6%97%B6%E9%97%B4%E8%BD%B4&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel)
- [x] [Checkbox 复选框](https://cuke-ui.github.io/cuke-ui/?selectedKind=%E6%95%B0%E6%8D%AE%E5%BD%95%E5%85%A5&selectedStory=Checkbox%20%E5%A4%8D%E9%80%89%E6%A1%86&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel)
- [x] [Switch 开关](https://cuke-ui.github.io/cuke-ui/?selectedKind=%E6%95%B0%E6%8D%AE%E5%BD%95%E5%85%A5&selectedStory=Switch%20%E5%BC%80%E5%85%B3&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel)
- [x] [Tag 标签](https://cuke-ui.github.io/cuke-ui/?selectedKind=%E6%95%B0%E6%8D%AE%E5%B1%95%E7%A4%BA&selectedStory=Tag%20%E6%A0%87%E7%AD%BE&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel)
- [ ] CityPicker 城市选择框
- [ ] DatePicker 日历选择框
- [ ] Select 下拉选择器
- [ ] Upload 上传
- [ ] Form 表单
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"build:css": "cd scripts && gulp",
"build:lib": "babel components -d lib",
"build:umd": "webpack --config ./scripts/build.umd.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"prepush":"yarn pub:doc"
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"pre-commit": [
"lint",
Expand Down

0 comments on commit fbff5fb

Please sign in to comment.