Skip to content

Commit abc8ebc

Browse files
author
zhaozhiwen
committed
docs: 更新预览地址
1 parent 158a55e commit abc8ebc

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

README.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
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

@@ -57,19 +74,6 @@
5774

5875
[仓库地址](https://github.com/worldzhao/react-ui-library-tutorial)
5976

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-
7377
## 准备工作
7478

7579
### 初始化项目

0 commit comments

Comments
 (0)