@arco-themes/vue-rcs-pro-web 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 +22 -0
- package/component.less +1 -0
- package/config.d.ts +0 -0
- package/css/arco.css +6 -0
- package/index.less +12 -0
- package/package.json +19 -0
- package/theme.css +545 -0
- package/theme.less +1502 -0
- package/tokens.less +3960 -0
- package/variables.less +838 -0
package/README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
# @arco-themes/vue-rcs-pro-web
|
|
4
|
+
|
|
5
|
+
Powered By [ArcoDesign](https://arco.design/)
|
|
6
|
+
|
|
7
|
+
[Click to Preview](https://arco.design/themes/design/17479)
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
|
|
11
|
+
```
|
|
12
|
+
npm install @arco-themes/vue-rcs-pro-web
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Changelog
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
- 0.0.1
|
|
19
|
+
|
|
20
|
+
版本初始化
|
|
21
|
+
|
|
22
|
+
|
package/component.less
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/* 自定义组件样式 */
|
package/config.d.ts
ADDED
|
File without changes
|