We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b0f6a commit b2a25f0Copy full SHA for b2a25f0
README.md
@@ -57,6 +57,19 @@
57
58
[仓库地址](https://github.com/worldzhao/react-ui-library-tutorial)
59
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
+
72
73
## 准备工作
74
75
### 初始化项目
@@ -751,7 +764,7 @@ exports.onCreateWebpackConfig = args => {
751
764
752
765
执行`yarn build:types`,可以发现根目录下已经生成了`lib`文件夹(`tsconfig.json`中定义的`declarationDir`字段),目录结构与`components`文件夹保持一致,如下:
753
766
754
-**types**
767
+**lib**
755
768
756
769
```
757
770
├── alert
0 commit comments