File tree Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change 1+ # 可能是最详细的 React 组件库搭建总结
2+
3+ 在线预览:[ 戳我 😘] ( https://happy-ui.now.sh )
4+
5+ 本地预览:
6+
7+ ``` bash
8+ git clone git@github.com:worldzhao/react-ui-library-tutorial.git
9+ cd react-ui-library-tutorial
10+ yarn
11+ yarn start
12+ ```
13+
14+ 按顺序执行完命令后,即可在 localhost:3000 端口看到以下内容:
15+
16+ ![ preview.png] ( https://tva1.sinaimg.cn/large/007S8ZIlgy1gete7pnjdkj31j90u00yn.jpg )
17+
118<!-- START doctoc generated TOC please keep comment here to allow auto update -->
219<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
320
5774
5875[ 仓库地址] ( https://github.com/worldzhao/react-ui-library-tutorial )
5976
60- 效果预览:
61-
62- ``` bash
63- git clone git@github.com:worldzhao/react-ui-library-tutorial.git
64- cd react-ui-library-tutorial
65- yarn
66- yarn start
67- ```
68-
69- 按顺序执行完命令后,即可在 localhost:3000 端口看到以下内容:
70-
71- ![ preview.png] ( https://tva1.sinaimg.cn/large/007S8ZIlgy1gete7pnjdkj31j90u00yn.jpg )
72-
7377## 准备工作
7478
7579### 初始化项目
You can’t perform that action at this time.
0 commit comments