ant-design-x-vue 1.0.9 → 1.1.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.en.md CHANGED
@@ -7,6 +7,8 @@
7
7
  ![Netlify Build][netlify-build-src]
8
8
  [![License][license-src]][license-href]
9
9
 
10
+ [![jsDelivr][jsdelivr-src]][jsdelivr-href]
11
+
10
12
  Ant Design X For Vue. 🔥 [中文](./README.md)
11
13
 
12
14
  This is the implementation of [Ant Design X](https://github.com/ant-design/x) for Vue.
@@ -21,16 +23,23 @@ This is the implementation of [Ant Design X](https://github.com/ant-design/x) fo
21
23
  - 🛡 Developed with TypeScript, ensuring robust type coverage to improve the development experience and reliability.
22
24
  - 🎨 Supports fine-grained style adjustments to meet diverse use cases and personalization needs.
23
25
 
26
+ ## 📦 Install
24
27
 
25
- ## Usage
28
+ ```bash
29
+ $ npm i ant-design-vue ant-design-x-vue
30
+ ```
26
31
 
27
- First, install packages `ant-design-vue` and `ant-design-x-vue` to your project, you can run following commands in your project directory:
32
+ ```bash
33
+ $ yarn add ant-design-vue ant-design-x-vue
34
+ ```
28
35
 
29
- > pnpm add ant-design-vue ant-design-x-vue
36
+ ```bash
37
+ $ pnpm add ant-design-vue ant-design-x-vue
38
+ ```
30
39
 
31
- Second, import components from `ant-design-vue` library:
40
+ ## 🔨 Usage
32
41
 
33
- ```ts
42
+ ```html
34
43
  <script setup lang="ts">
35
44
  import { Bubble, XProvider } from 'ant-design-x-vue';
36
45
  </script>
@@ -40,7 +49,7 @@ import { Bubble, XProvider } from 'ant-design-x-vue';
40
49
  </template>
41
50
  ```
42
51
 
43
- ## Development
52
+ ## ⌨️ Development
44
53
 
45
54
  ```bash
46
55
  # install dependencies
@@ -62,7 +71,7 @@ $ pnpm run docs:preview
62
71
  $ pnpm lint
63
72
  ```
64
73
 
65
- ## Links
74
+ ## 🔗 Links
66
75
 
67
76
  * [Vue](https://vuejs.org/)
68
77
 
@@ -70,22 +79,27 @@ $ pnpm lint
70
79
 
71
80
  * [Ant Design X Of React](https://x.ant.design/)
72
81
 
73
- ## Contributing
82
+ ## 🤝 Contributing
74
83
 
75
84
  Would you like to change the world with us?
76
85
 
77
86
  Please reference the [Roadmap](https://github.com/wzc520pyfm/ant-design-x-vue/issues/1) and pick up any one you like.
78
87
 
79
- ## Contributors
88
+ ## 👥 Contributors
80
89
 
81
90
  <a href="https://github.com/wzc520pyfm/ant-design-x-vue/graphs/contributors">
82
91
  <img src="https://contrib.rocks/image?repo=wzc520pyfm/ant-design-x-vue" />
83
92
  </a>
84
93
 
94
+ ## 💬 Contact Us
95
+
96
+ | Wechat Public Account | QQ Group |
97
+ | ------------------------------------------------------------- | ---------------------------------------------------------------------- |
98
+ | <img src="./docs/public/images//wechat_public_account.jpg" /> | <img src="./docs/public/images/QQ_group_1.jpg" style="width: 260px" /> |
85
99
 
86
- ## LICENSE
100
+ ## 📄 LICENSE
87
101
 
88
- MIT
102
+ [MIT](./LICENSE)
89
103
 
90
104
  <!-- Badges -->
91
105
 
@@ -100,10 +114,5 @@ MIT
100
114
  [netlify-build-src]: https://img.shields.io/netlify/cb006e4e-afce-4c3e-9652-6f8a065b5b6e
101
115
  [license-src]: https://img.shields.io/github/license/wzc520pyfm/ant-design-x-vue?style=flat
102
116
  [license-href]: https://github.com/wzc520pyfm/ant-design-x-vue/blob/main/LICENSE
103
-
104
- ## Connect Us
105
- ### Wechat Public Account
106
- ![Ant-Design-X Vue](./docs/public/images//wechat_public_account.jpg)
107
-
108
- ### QQ Group
109
- ![QQ 群](./docs/public/images/QQ_group_1.jpg)
117
+ [jsdelivr-src]: https://data.jsdelivr.com/v1/package/npm/ant-design-x-vue/badge
118
+ [jsdelivr-href]: https://www.jsdelivr.com/package/npm/ant-design-x-vue
package/README.md CHANGED
@@ -3,15 +3,16 @@
3
3
  [![npm version][npm-version-src]][npm-version-href]
4
4
  [![npm downloads][npm-downloads-src]][npm-downloads-href]
5
5
  [![bundle][bundle-src]][bundle-href]
6
+ ![vue][vue-version-src]
6
7
  [![Github Actions][github-actions-src]][github-actions-href]
7
8
  ![Netlify Build][netlify-build-src]
8
9
  [![License][license-src]][license-href]
9
10
 
10
- [![](https://data.jsdelivr.com/v1/package/npm/ant-design-x-vue/badge)](https://www.jsdelivr.com/package/npm/ant-design-x-vue)
11
+ [![jsDelivr][jsdelivr-src]][jsdelivr-href]
11
12
 
12
13
  Ant Design X For Vue. 🔥 [English](./README.en.md)
13
14
 
14
- 这里是[Ant Design X](https://github.com/ant-design/x)的Vue实现。
15
+ 这里是 [Ant Design X](https://github.com/ant-design/x) Vue 实现。
15
16
 
16
17
  ## ✨ 特性
17
18
 
@@ -24,15 +25,23 @@ Ant Design X For Vue. 🔥 [English](./README.en.md)
24
25
  - 🎨 支持细粒度的样式调整,满足各种场景的个性化需求
25
26
 
26
27
 
27
- ## Usage
28
+ ## 📦 安装
28
29
 
29
- 安装两个依赖 `ant-design-vue` and `ant-design-x-vue` 到你的项目中, 你可以参照如下命令行:
30
+ ```bash
31
+ $ npm i ant-design-vue ant-design-x-vue
32
+ ```
33
+
34
+ ```bash
35
+ $ yarn add ant-design-vue ant-design-x-vue
36
+ ```
30
37
 
31
- > pnpm add ant-design-vue ant-design-x-vue
38
+ ```bash
39
+ $ pnpm add ant-design-vue ant-design-x-vue
40
+ ```
32
41
 
33
- 然后在你的项目里导入 `ant-design-vue`:
42
+ ## 🔨 示例
34
43
 
35
- ```ts
44
+ ```html
36
45
  <script setup lang="ts">
37
46
  import { Bubble, XProvider } from 'ant-design-x-vue';
38
47
  </script>
@@ -42,7 +51,7 @@ import { Bubble, XProvider } from 'ant-design-x-vue';
42
51
  </template>
43
52
  ```
44
53
 
45
- ## 开发
54
+ ## ⌨️ 开发
46
55
 
47
56
  ```bash
48
57
  # install dependencies
@@ -64,7 +73,7 @@ $ pnpm run docs:preview
64
73
  $ pnpm lint
65
74
  ```
66
75
 
67
- ## 链接
76
+ ## 🔗 链接
68
77
 
69
78
  * [Vue](https://vuejs.org/)
70
79
 
@@ -72,40 +81,41 @@ $ pnpm lint
72
81
 
73
82
  * [Ant Design X Of React](https://x.ant.design/)
74
83
 
75
- ## Contributing
84
+ ## 🤝 贡献
76
85
 
77
86
  您的贡献至关重要!
78
87
 
79
88
  您可以参考[Roadmap](https://github.com/wzc520pyfm/ant-design-x-vue/issues/1),从中挑选您感兴趣的部分。
80
89
 
81
- ## 贡献者
90
+ ## 👥 贡献者
82
91
 
83
92
  <a href="https://github.com/wzc520pyfm/ant-design-x-vue/graphs/contributors">
84
93
  <img src="https://contrib.rocks/image?repo=wzc520pyfm/ant-design-x-vue" />
85
94
  </a>
86
95
 
87
- ## 交流
88
-
89
- ### 微信公众号
90
- ![Ant-Design-X Vue](./docs/public/images//wechat_public_account.jpg)
96
+ ## 💬 交流
91
97
 
92
- ### QQ
93
- ![QQ 群](./docs/public/images/QQ_group_1.jpg)
98
+ | 微信公众号 | QQ 交流群 |
99
+ | ------------------------------------------------------------- | ---------------------------------------------------------------------- |
100
+ | <img src="./docs/public/images//wechat_public_account.jpg" /> | <img src="./docs/public/images/QQ_group_1.jpg" style="width: 260px" /> |
94
101
 
95
- ## LICENSE
102
+ ## 📄 LICENSE
96
103
 
97
- MIT
104
+ [MIT](./LICENSE)
98
105
 
99
106
  <!-- Badges -->
100
107
 
101
108
  [npm-version-src]: https://img.shields.io/npm/v/ant-design-x-vue.svg?style=flat
102
109
  [npm-version-href]: https://npmjs.com/package/ant-design-x-vue
103
- [npm-downloads-src]: https://img.shields.io/npm/dt/ant-design-x-vue.svg?style=flat
110
+ [npm-downloads-src]: https://img.shields.io/npm/dm/ant-design-x-vue.svg?style=flat
104
111
  [npm-downloads-href]: https://npmjs.com/package/ant-design-x-vue
105
112
  [bundle-src]: https://img.shields.io/bundlephobia/minzip/ant-design-x-vue?style=flat
106
113
  [bundle-href]: https://bundlephobia.com/result?p=ant-design-x-vue
114
+ [vue-version-src]: https://img.shields.io/badge/vue-%20%3E%3D%203.5-47c219
107
115
  [github-actions-src]: https://img.shields.io/github/actions/workflow/status/wzc520pyfm/ant-design-x-vue/ci.yml?branch=main&style=flat
108
116
  [github-actions-href]: https://github.com/wzc520pyfm/ant-design-x-vue/actions?query=workflow%3Aci
109
117
  [netlify-build-src]: https://img.shields.io/netlify/cb006e4e-afce-4c3e-9652-6f8a065b5b6e
110
118
  [license-src]: https://img.shields.io/github/license/wzc520pyfm/ant-design-x-vue?style=flat
111
119
  [license-href]: https://github.com/wzc520pyfm/ant-design-x-vue/blob/main/LICENSE
120
+ [jsdelivr-src]: https://data.jsdelivr.com/v1/package/npm/ant-design-x-vue/badge
121
+ [jsdelivr-href]: https://www.jsdelivr.com/package/npm/ant-design-x-vue