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
[email protected] :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
+
1
18
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2
19
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3
20
57
74
58
75
[ 仓库地址] ( https://github.com/worldzhao/react-ui-library-tutorial )
59
76
60
- 效果预览:
61
-
62
- ``` bash
63
- git clone
[email protected] :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
-
73
77
## 准备工作
74
78
75
79
### 初始化项目
You can’t perform that action at this time.
0 commit comments