@rhino-design/vue 0.2.8 → 0.2.9
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 +5 -0
- package/README.zh-CN.md +5 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -20,6 +20,11 @@
|
|
|
20
20
|
|
|
21
21
|
Rhino Design Vue is a high-quality Vue 3 component library focused on practical business scenarios. It ships with TypeScript-friendly APIs, built-in theme support, internationalization helpers, and an optional standalone icons package.
|
|
22
22
|
|
|
23
|
+
## Homepage
|
|
24
|
+
```bash
|
|
25
|
+
http://doc.xitask.com
|
|
26
|
+
```
|
|
27
|
+
|
|
23
28
|
## Features
|
|
24
29
|
|
|
25
30
|
- 80+ Vue 3 components and examples covering common business scenarios.
|
package/README.zh-CN.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rhino-design/vue",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.9",
|
|
4
4
|
"description": "全面开箱即用的高质量 Vue 3 组件库,覆盖绝大部分业务场景,并支持可选安装的独立 icons 包。",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"ChatInput",
|
|
44
44
|
"design-system"
|
|
45
45
|
],
|
|
46
|
+
"homepage": "http://doc.xitask.com",
|
|
46
47
|
"peerDependencies": {
|
|
47
48
|
"vue": "^3.4.0"
|
|
48
49
|
},
|