ant-design-x-vue 1.0.8 → 1.1.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.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
@@ -7,11 +7,11 @@
7
7
  ![Netlify Build][netlify-build-src]
8
8
  [![License][license-src]][license-href]
9
9
 
10
- [![](https://data.jsdelivr.com/v1/package/npm/ant-design-x-vue/badge)](https://www.jsdelivr.com/package/npm/ant-design-x-vue)
10
+ [![jsDelivr][jsdelivr-src]][jsdelivr-href]
11
11
 
12
12
  Ant Design X For Vue. 🔥 [English](./README.en.md)
13
13
 
14
- 这里是[Ant Design X](https://github.com/ant-design/x)的Vue实现。
14
+ 这里是 [Ant Design X](https://github.com/ant-design/x) Vue 实现。
15
15
 
16
16
  ## ✨ 特性
17
17
 
@@ -24,15 +24,23 @@ Ant Design X For Vue. 🔥 [English](./README.en.md)
24
24
  - 🎨 支持细粒度的样式调整,满足各种场景的个性化需求
25
25
 
26
26
 
27
- ## Usage
27
+ ## 📦 安装
28
28
 
29
- 安装两个依赖 `ant-design-vue` and `ant-design-x-vue` 到你的项目中, 你可以参照如下命令行:
29
+ ```bash
30
+ $ npm i ant-design-vue ant-design-x-vue
31
+ ```
32
+
33
+ ```bash
34
+ $ yarn add ant-design-vue ant-design-x-vue
35
+ ```
30
36
 
31
- > pnpm add ant-design-vue ant-design-x-vue
37
+ ```bash
38
+ $ pnpm add ant-design-vue ant-design-x-vue
39
+ ```
32
40
 
33
- 然后在你的项目里导入 `ant-design-vue`:
41
+ ## 🔨 示例
34
42
 
35
- ```ts
43
+ ```html
36
44
  <script setup lang="ts">
37
45
  import { Bubble, XProvider } from 'ant-design-x-vue';
38
46
  </script>
@@ -42,7 +50,7 @@ import { Bubble, XProvider } from 'ant-design-x-vue';
42
50
  </template>
43
51
  ```
44
52
 
45
- ## 开发
53
+ ## ⌨️ 开发
46
54
 
47
55
  ```bash
48
56
  # install dependencies
@@ -64,7 +72,7 @@ $ pnpm run docs:preview
64
72
  $ pnpm lint
65
73
  ```
66
74
 
67
- ## 链接
75
+ ## 🔗 链接
68
76
 
69
77
  * [Vue](https://vuejs.org/)
70
78
 
@@ -72,35 +80,33 @@ $ pnpm lint
72
80
 
73
81
  * [Ant Design X Of React](https://x.ant.design/)
74
82
 
75
- ## Contributing
83
+ ## 🤝 贡献
76
84
 
77
85
  您的贡献至关重要!
78
86
 
79
87
  您可以参考[Roadmap](https://github.com/wzc520pyfm/ant-design-x-vue/issues/1),从中挑选您感兴趣的部分。
80
88
 
81
- ## 贡献者
89
+ ## 👥 贡献者
82
90
 
83
91
  <a href="https://github.com/wzc520pyfm/ant-design-x-vue/graphs/contributors">
84
92
  <img src="https://contrib.rocks/image?repo=wzc520pyfm/ant-design-x-vue" />
85
93
  </a>
86
94
 
87
- ## 交流
88
-
89
- ### 微信公众号
90
- ![Ant-Design-X Vue](./docs/public/images//wechat_public_account.jpg)
95
+ ## 💬 交流
91
96
 
92
- ### QQ
93
- ![QQ 群](./docs/public/images/QQ_group_1.jpg)
97
+ | 微信公众号 | QQ 交流群 |
98
+ | ------------------------------------------------------------- | ---------------------------------------------------------------------- |
99
+ | <img src="./docs/public/images//wechat_public_account.jpg" /> | <img src="./docs/public/images/QQ_group_1.jpg" style="width: 260px" /> |
94
100
 
95
- ## LICENSE
101
+ ## 📄 LICENSE
96
102
 
97
- MIT
103
+ [MIT](./LICENSE)
98
104
 
99
105
  <!-- Badges -->
100
106
 
101
107
  [npm-version-src]: https://img.shields.io/npm/v/ant-design-x-vue.svg?style=flat
102
108
  [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
109
+ [npm-downloads-src]: https://img.shields.io/npm/dm/ant-design-x-vue.svg?style=flat
104
110
  [npm-downloads-href]: https://npmjs.com/package/ant-design-x-vue
105
111
  [bundle-src]: https://img.shields.io/bundlephobia/minzip/ant-design-x-vue?style=flat
106
112
  [bundle-href]: https://bundlephobia.com/result?p=ant-design-x-vue
@@ -109,3 +115,5 @@ MIT
109
115
  [netlify-build-src]: https://img.shields.io/netlify/cb006e4e-afce-4c3e-9652-6f8a065b5b6e
110
116
  [license-src]: https://img.shields.io/github/license/wzc520pyfm/ant-design-x-vue?style=flat
111
117
  [license-href]: https://github.com/wzc520pyfm/ant-design-x-vue/blob/main/LICENSE
118
+ [jsdelivr-src]: https://data.jsdelivr.com/v1/package/npm/ant-design-x-vue/badge
119
+ [jsdelivr-href]: https://www.jsdelivr.com/package/npm/ant-design-x-vue