@kaiheila/ui-components 0.0.1

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,21 @@
1
+ # UIComponents
2
+
3
+ 开黑啦 ui 组件
4
+
5
+ ## 安装
6
+
7
+ ```
8
+ npm install @kaiheila/ui-components
9
+ ```
10
+
11
+ ## 开发
12
+
13
+ ```
14
+ npm run demo
15
+ ```
16
+
17
+ ## 发布
18
+
19
+ ```
20
+ npm run build
21
+ ```