@regenbio/regenbio-components-react 1.2.77 → 1.2.79

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 ADDED
@@ -0,0 +1,33 @@
1
+ ## Regenerative Bio Components
2
+ 微前端 <b>公共组件</b> 项目。
3
+
4
+ ### 1️⃣ 我们发布在哪里?
5
+
6
+ ---
7
+
8
+ https://www.npmjs.com/package/@regenbio/regenbio-components-react?activeTab=readme
9
+
10
+ ### 2️⃣ 如何使用
11
+
12
+ ---
13
+
14
+ #### 下载依赖
15
+ ```bash
16
+ yarn install
17
+ ```
18
+ ```bash
19
+ npm run reinstall
20
+ ```
21
+
22
+ #### 发布
23
+ ```bash
24
+ npm publish
25
+ ```
26
+
27
+ #### 本地测试
28
+ ```bash
29
+ npm run build
30
+ yarn link
31
+ # 在应用项目,如果更新则需要移除原有的 node_modules 的包
32
+ yarn link "@regenbio/regenbio-components-react"
33
+ ```