2018-03-18 19:59:38 +08:00
< p align = "center" >
2018-08-04 17:52:11 +08:00
< a href = "https://vuecomponent.github.io/ant-design-vue/" >
2018-09-06 20:11:10 +08:00
< img width = "200" src = "https://raw.githubusercontent.com/vueComponent/ant-design-vue/master/logo.png" >
2018-03-18 19:59:38 +08:00
< / a >
< / p >
2018-09-06 20:11:10 +08:00
< h1 align = "center" >
< a href = "https://vuecomponent.github.io/ant-design-vue/" target = "_blank" > Ant Design Vue< / a >
< / h1 >
< div align = "center" >
An enterprise-class UI components based on Ant Design and Vue.
2018-03-18 19:59:38 +08:00
2018-08-05 12:30:04 +08:00
[![Travis branch ](https://travis-ci.org/vueComponent/ant-design-vue.svg?branch=master )](https://travis-ci.org/vueComponent/ant-design-vue)
2018-08-04 18:24:31 +08:00
[![codecov ](https://img.shields.io/codecov/c/github/vueComponent/ant-design-vue/master.svg?style=flat-square )](https://codecov.io/gh/vueComponent/ant-design-vue)
2018-08-04 17:52:11 +08:00
[![npm package ](https://img.shields.io/npm/v/ant-design-vue.svg?style=flat-square )](https://www.npmjs.org/package/ant-design-vue)
[![NPM downloads ](http://img.shields.io/npm/dm/ant-design-vue.svg?style=flat-square )](http://www.npmtrends.com/ant-design-vue)
2018-06-02 14:28:51 +08:00
[![Join the chat at https://gitter.im/vueComponent/ant-design-english ](https://badges.gitter.im/vueComponent/ant-design-english.svg?style=flat-square )](https://gitter.im/vueComponent/ant-design-english?utm_source=badge& utm_medium=badge& utm_campaign=pr-badge& utm_content=badge) (English)
2018-08-05 12:30:04 +08:00
[![Join the chat at https://gitter.im/vueComponent/ant-design-vue ](https://img.shields.io/gitter/room/vueComponent/ant-design-vue.svg?style=flat-square )](https://gitter.im/vueComponent/ant-design-vue?utm_source=badge& utm_medium=badge& utm_campaign=pr-badge& utm_content=badge)(中文)
2018-09-06 20:11:10 +08:00
[![backers ](https://opencollective.com/ant-design-vue/backers/badge.svg )](#backers)
[![sponsors ](https://opencollective.com/ant-design-vue/sponsors/badge.svg )](#sponsors)
2018-03-18 19:59:38 +08:00
2018-09-06 20:11:10 +08:00
< / div >
2018-03-18 19:59:38 +08:00
2018-09-18 10:18:52 +08:00
[![ ](https://cdn-images-1.medium.com/max/2000/1*NIlj0-TdLMbo_hzSBP8tmg.png )](https://vuecomponent.github.io/ant-design-vue/)
2018-09-06 20:15:36 +08:00
English | [简体中文 ](./README-zh_CN.md ) | [官网国内镜像 ](http://tangjinzhou.gitee.io/ant-design-vue/docs/vue/introduce-cn/ )
2018-09-06 20:11:10 +08:00
< p align = "center" >
< b > Special thanks to the generous sponsorship by:< / b >
< / p >
< table >
< tbody >
< tr >
< td align = "center" valign = "middle" >
< a href = "https://tipe.io/?ref=ant-design-vue" target = "_blank" >
< img width = "120px" src = "https://user-images.githubusercontent.com/1016365/34124854-48fafa06-e3e9-11e7-8c04-251055feebee.png" >
< / a >
< / td >
< / tr >
< / tbody >
< / table >
2018-03-18 19:59:38 +08:00
2018-04-10 12:08:41 +08:00
## Features
2018-03-18 19:59:38 +08:00
- An enterprise-class UI design system for desktop applications.
2018-05-10 11:17:07 +08:00
- A set of high-quality Vue components out of the box.
2018-04-10 12:08:41 +08:00
- Shared [Ant Design of React ](https://ant.design/docs/spec/introduce ) design resources.
2018-03-18 19:59:38 +08:00
2018-04-10 12:08:41 +08:00
## Using npm or yarn
2018-03-18 19:59:38 +08:00
2018-04-10 12:08:41 +08:00
**We recommend using npm or yarn to install**, it not only makes development easier, but also allow you to take advantage of the rich ecosystem of Javascript packages and tooling.
2018-03-18 19:59:38 +08:00
```bash
2018-08-04 17:52:11 +08:00
$ npm install ant-design-vue --save
2018-03-18 19:59:38 +08:00
```
```bash
2018-08-04 17:52:11 +08:00
$ yarn add ant-design-vue
2018-03-18 19:59:38 +08:00
```
2018-04-10 12:08:41 +08:00
If you are in a bad network environment, you can try other registries and tools like [cnpm ](https://github.com/cnpm/cnpm ).
2018-03-18 19:59:38 +08:00
2018-04-10 12:08:41 +08:00
## Links
2018-03-18 19:59:38 +08:00
2018-08-04 17:52:11 +08:00
- [Home page ](https://vuecomponent.github.io/ant-design-vue/ )
2018-04-10 12:08:41 +08:00
- [Vue ](https://vuejs.org/ )
2018-03-18 19:59:38 +08:00
- [Ant Design React ](http://ant.design/ )
2018-03-01 10:27:39 +08:00
2018-08-10 14:52:26 +08:00
## Donation
ant-design-vue is an MIT-licensed open source project. In order to achieve better and sustainable development of the project, we expect to gain more [backers ](https://github.com/vueComponent/ant-design-vue/blob/master/BACKERS.md ). You can support us in any of the following ways:
- [Patreon ](https://www.patreon.com/tangjinzhou )
- [opencollective ](https://opencollective.com/ant-design-vue )
- [paypal ](https://www.paypal.me/tangjinzhou )
- [支付宝或微信 ](https://user-images.githubusercontent.com/6937879/43032487-932a5536-8cea-11e8-9175-9c006e938a82.png )
2018-09-06 20:11:10 +08:00
## Sponsors
Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor ](https://opencollective.com/ant-design-vue#sponsor )]
< a href = "https://opencollective.com/ant-design-vue/sponsor/0/website" target = "_blank" > < img src = "https://opencollective.com/ant-design-vue/sponsor/0/avatar.svg" > < / a >
< a href = "https://opencollective.com/ant-design-vue/sponsor/1/website" target = "_blank" > < img src = "https://opencollective.com/ant-design-vue/sponsor/1/avatar.svg" > < / a >
< a href = "https://opencollective.com/ant-design-vue/sponsor/2/website" target = "_blank" > < img src = "https://opencollective.com/ant-design-vue/sponsor/2/avatar.svg" > < / a >
< a href = "https://opencollective.com/ant-design-vue/sponsor/3/website" target = "_blank" > < img src = "https://opencollective.com/ant-design-vue/sponsor/3/avatar.svg" > < / a >
< a href = "https://opencollective.com/ant-design-vue/sponsor/4/website" target = "_blank" > < img src = "https://opencollective.com/ant-design-vue/sponsor/4/avatar.svg" > < / a >
< a href = "https://opencollective.com/ant-design-vue/sponsor/5/website" target = "_blank" > < img src = "https://opencollective.com/ant-design-vue/sponsor/5/avatar.svg" > < / a >
< a href = "https://opencollective.com/ant-design-vue/sponsor/6/website" target = "_blank" > < img src = "https://opencollective.com/ant-design-vue/sponsor/6/avatar.svg" > < / a >
< a href = "https://opencollective.com/ant-design-vue/sponsor/7/website" target = "_blank" > < img src = "https://opencollective.com/ant-design-vue/sponsor/7/avatar.svg" > < / a >
< a href = "https://opencollective.com/ant-design-vue/sponsor/8/website" target = "_blank" > < img src = "https://opencollective.com/ant-design-vue/sponsor/8/avatar.svg" > < / a >
< a href = "https://opencollective.com/ant-design-vue/sponsor/9/website" target = "_blank" > < img src = "https://opencollective.com/ant-design-vue/sponsor/9/avatar.svg" > < / a >
< a href = "https://opencollective.com/ant-design-vue/sponsor/10/website" target = "_blank" > < img src = "https://opencollective.com/ant-design-vue/sponsor/10/avatar.svg" > < / a >
2018-08-10 14:52:26 +08:00