Skip to content

Commit

Permalink
docs: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yehuozhili committed Jul 9, 2020
1 parent e7e6622 commit 4aed93b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 11 deletions.
25 changes: 17 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,27 @@ scss放入bigbear-ui/dist/esm/styles/index.scss。
```



## 使用bigbear-ui-cli

目前暂时只制作了一个模板供下载。如果需要react-router+redux+thunk以及mock数据可以使用此模板快速开发。

https://www.npmjs.com/package/bigbear-ui-cli

```
npm i bigbear-ui-cli -g
```

## 项目demo

http://94.191.80.37:6698/#/

<br/>

## 制作初衷

制作一个属于自己的组件库应该是每个前端人员都有的梦想,有时候自己写出某些好的组件也想记录下来。


<br/>

## 设计理念
Expand All @@ -75,10 +91,3 @@ scss放入bigbear-ui/dist/esm/styles/index.scss。

这种风格最适合做小工具,同时组件库体积又小,避免占太多空间。



<br/>

## 仍在开发中

组件库仍不完善,处于初级阶段。
20 changes: 17 additions & 3 deletions src/stories/Welcome.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,23 @@ scss放入bigbear-ui/dist/esm/styles/index.scss。scss导入了css可以不用
@import "bigbear-ui/dist/esm/styles/index.scss";
```

## 使用bigbear-ui-cli

目前暂时只制作了一个模板供下载。如果需要react-router+redux+thunk以及mock数据可以使用此模板快速开发。


https://www.npmjs.com/package/bigbear-ui-cli

```
npm i bigbear-ui-cli -g
```

## 项目demo

http://94.191.80.37:6698/#/

<br/>


## 制作初衷

Expand All @@ -79,6 +96,3 @@ scss放入bigbear-ui/dist/esm/styles/index.scss。scss导入了css可以不用

<br/>

## 仍在开发中

组件库仍不完善,处于初级阶段。

0 comments on commit 4aed93b

Please sign in to comment.