@sdata/web-vue 1.0.0 → 1.2.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 +6 -17
- package/json/vetur-attributes.json +1270 -1270
- package/json/vetur-tags.json +476 -476
- package/json/web-types.json +3799 -3799
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -10,15 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
<div align="center">
|
|
12
12
|
|
|
13
|
-
基于 [
|
|
14
|
-
|
|
15
|
-
[](https://github.com/liunnn1994/sd-design/blob/main/LICENSE)
|
|
16
|
-
|
|
17
|
-
</div>
|
|
18
|
-
|
|
19
|
-
<div align="center">
|
|
20
|
-
|
|
21
|
-
[English](./README.md) | 简体中文
|
|
13
|
+
基于 [Arco Design](https://arco.design/) 的 Vue UI 组件库。
|
|
22
14
|
|
|
23
15
|
</div>
|
|
24
16
|
|
|
@@ -32,8 +24,8 @@
|
|
|
32
24
|
|
|
33
25
|
海量的样式 tokens, 支持全局以及组件级别的主题配置。有以下 2 种方式可以定制主题:
|
|
34
26
|
|
|
35
|
-
- [Less-loader](https://
|
|
36
|
-
- [风格配置平台](https://
|
|
27
|
+
- [Less-loader](https://arco.design/vue/docs/theme)
|
|
28
|
+
- [风格配置平台](https://arco.design/themes) - 推荐!
|
|
37
29
|
|
|
38
30
|
## TypeScript 友好
|
|
39
31
|
|
|
@@ -95,9 +87,6 @@ pnpm run build:all
|
|
|
95
87
|
# 根目录:仅打包组件库
|
|
96
88
|
pnpm run build:component
|
|
97
89
|
|
|
98
|
-
# 根目录:重新生成组件文档元数据
|
|
99
|
-
pnpm run docgen
|
|
100
|
-
|
|
101
90
|
# 根目录:运行测试
|
|
102
91
|
pnpm run test
|
|
103
92
|
|
|
@@ -126,8 +115,8 @@ pnpm --filter @sdata/web-vue run build
|
|
|
126
115
|
|
|
127
116
|
# 相关链接
|
|
128
117
|
|
|
129
|
-
- [暗黑模式](https://69dcb47c8b4208264c6e77c6--sensational-caramel-b44e12.netlify.app/
|
|
130
|
-
- [主题配置](https://69dcb47c8b4208264c6e77c6--sensational-caramel-b44e12.netlify.app/
|
|
118
|
+
- [暗黑模式](https://69dcb47c8b4208264c6e77c6--sensational-caramel-b44e12.netlify.app/guides/dark)
|
|
119
|
+
- [主题配置](https://69dcb47c8b4208264c6e77c6--sensational-caramel-b44e12.netlify.app/guides/theme)
|
|
131
120
|
- [Figma 设计资源](https://www.figma.com/file/FVu1DydEeXvJqXrkOb90Oi/SD Design%E7%BB%84%E4%BB%B6%E8%AE%BE%E8%AE%A1_2.0?node-id=5472%3A308)
|
|
132
121
|
|
|
133
122
|
# 参与贡献
|
|
@@ -140,4 +129,4 @@ pnpm --filter @sdata/web-vue run build
|
|
|
140
129
|
|
|
141
130
|
# License
|
|
142
131
|
|
|
143
|
-
[
|
|
132
|
+
[GNU Affero General Public License v3.0](../../LICENSE)
|