@regenbio/regenbio-components-react 1.2.77 → 1.2.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +32 -0
- package/build/index.js +1 -1
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
## Regenerative Bio Components
|
|
2
|
+
微前端 <b>公共组件</b> 项目。
|
|
3
|
+
|
|
4
|
+
### 1️⃣ 当前已用 SVG 库,请保持设计语言统一性
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
https://www.iconfont.cn/illustrations/detail?spm=a313x.illustrations_index.i1.d9df05512.d64e3a814fbesx&cid=26522
|
|
9
|
+
|
|
10
|
+
https://www.iconfont.cn/collections/detail?spm=a313x.collections_index.i1.d9df05512.19153a81VxA1eJ&cid=42739
|
|
11
|
+
|
|
12
|
+
### 2️⃣ 如何使用
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
#### 下载依赖
|
|
17
|
+
```bash
|
|
18
|
+
yarn install
|
|
19
|
+
```
|
|
20
|
+
```bash
|
|
21
|
+
npm run reinstall
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
#### 启动
|
|
25
|
+
```bash
|
|
26
|
+
npm run start
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
#### 构建
|
|
30
|
+
```bash
|
|
31
|
+
npm run build
|
|
32
|
+
```
|