@opentiny/vue-theme 3.6.0-alpha.1 → 3.6.0

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,26 @@
1
+ <p align="center">
2
+ <a href="https://tinyuidesign.cloudbu.huawei.com/" target="_blank" rel="noopener noreferrer">
3
+ <img alt="TinyVue Logo" src="./logo.svg" height="100" style="max-width:100%;">
4
+ </a>
5
+ </p>
6
+
7
+ <p align="center">Tiny-Vue-Theme 是 TinyVue 组件库的 PC 端组件的样式层 </p>
8
+
9
+ ## 如何使用
10
+
11
+ 使用组件库时,只需安装 `@opentiny/vue` , `@opentiny/vue-theme` 会同步完成安装
12
+
13
+ ## 本地开发
14
+ ```shell
15
+ git clone git@github.com:opentiny/tiny-vue-theme.git
16
+ cd tiny-vue-theme
17
+ npm i
18
+ ```
19
+ - 克隆的 tiny-vue-theme 工程放在与 tiny-vue 工程同个目录文件夹
20
+ - 安装 tiny-vue-theme 的依赖
21
+ - 然后启动 tiny-vue 工程
22
+ - 本地启动 tiny-vue 工程后,即可调试 tiny-vue-theme 工程
23
+
24
+ ## 开源协议
25
+
26
+ [MIT](LICENSE)