ant-design-x-vue 0.1.3 → 1.0.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 CHANGED
@@ -1,7 +1,11 @@
1
1
  # Ant Design X Vue
2
2
 
3
- [![NPM version](https://img.shields.io/npm/v/ant-design-x-vue.svg?style=flat)](https://npmjs.org/package/ant-design-x-vue)
4
- [![NPM downloads](http://img.shields.io/npm/dm/ant-design-x-vue.svg?style=flat)](https://npmjs.org/package/ant-design-x-vue)
3
+ [![npm version][npm-version-src]][npm-version-href]
4
+ [![npm downloads][npm-downloads-src]][npm-downloads-href]
5
+ [![bundle][bundle-src]][bundle-href]
6
+ [![Github Actions][github-actions-src]][github-actions-href]
7
+ ![Netlify Build][netlify-build-src]
8
+ [![License][license-src]][license-href]
5
9
 
6
10
  Ant Design X For Vue. 🔥
7
11
 
@@ -70,3 +74,17 @@ $ pnpm lint
70
74
  ## LICENSE
71
75
 
72
76
  MIT
77
+
78
+ <!-- Badges -->
79
+
80
+ [npm-version-src]: https://img.shields.io/npm/v/ant-design-x-vue.svg?style=flat
81
+ [npm-version-href]: https://npmjs.com/package/ant-design-x-vue
82
+ [npm-downloads-src]: https://img.shields.io/npm/dm/ant-design-x-vue.svg?style=flat
83
+ [npm-downloads-href]: https://npmjs.com/package/ant-design-x-vue
84
+ [bundle-src]: https://img.shields.io/bundlephobia/minzip/ant-design-x-vue?style=flat
85
+ [bundle-href]: https://bundlephobia.com/result?p=ant-design-x-vue
86
+ [github-actions-src]: https://img.shields.io/github/actions/workflow/status/wzc520pyfm/ant-design-x-vue/ci.yml?branch=main&style=flat
87
+ [github-actions-href]: https://github.com/wzc520pyfm/ant-design-x-vue/actions?query=workflow%3Aci
88
+ [netlify-build-src]: https://img.shields.io/netlify/cb006e4e-afce-4c3e-9652-6f8a065b5b6e
89
+ [license-src]: https://img.shields.io/github/license/wzc520pyfm/ant-design-x-vue?style=flat
90
+ [license-href]: https://github.com/wzc520pyfm/ant-design-x-vue/blob/main/LICENSE