2018-03-18 11:59:38 +00:00
< p align = "center" >
< a href = "https://vuecomponent.github.io/ant-design/" >
2018-03-22 09:23:51 +00:00
< img width = "230" src = "https://raw.githubusercontent.com/vueComponent/ant-design/master/logo.png" >
2018-03-18 11:59:38 +00:00
< / a >
< / p >
2018-04-10 04:08:41 +00:00
# [Ant Design Vue](https://vuecomponent.github.io/ant-design/)
2018-03-19 13:43:04 +00:00
[![Travis branch ](https://api.travis-ci.org/vueComponent/ant-design.svg?branch=master )](https://travis-ci.org/vueComponent/ant-design)
2018-03-18 11:59:38 +00:00
[![Dependency Status ](https://beta.gemnasium.com/badges/github.com/vueComponent/ant-design.svg )](https://beta.gemnasium.com/projects/github.com/vueComponent/ant-design)
2018-03-19 13:43:04 +00:00
[![npm package ](https://img.shields.io/npm/v/vue-antd-ui.svg?style=flat )](https://www.npmjs.org/package/vue-antd-ui)
2018-03-19 13:52:57 +00:00
[![NPM downloads ](http://img.shields.io/npm/dm/vue-antd-ui.svg?style=flat )](http://www.npmtrends.com/vue-antd-ui)
2018-03-19 13:43:04 +00:00
2018-03-18 11:59:38 +00:00
2018-03-18 12:21:15 +00:00
An enterprise-class UI components based on Ant Design 3.X and Vue.
2018-03-18 11:59:38 +00:00
2018-03-18 12:26:15 +00:00
[中文 README ](README-zh_CN.md )
2018-03-18 11:59:38 +00:00
2018-04-10 04:08:41 +00:00
## Features
2018-03-18 11:59:38 +00:00
- An enterprise-class UI design system for desktop applications.
- A set of high-quality React components out of the box.
2018-04-10 04:08:41 +00:00
- Shared [Ant Design of React ](https://ant.design/docs/spec/introduce ) design resources.
2018-03-18 11:59:38 +00:00
2018-04-10 04:08:41 +00:00
## Using npm or yarn
2018-03-18 11:59:38 +00:00
2018-04-10 04:08:41 +00: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 11:59:38 +00:00
```bash
2018-03-19 13:23:38 +00:00
$ npm install vue-antd-ui --save
2018-03-18 11:59:38 +00:00
```
```bash
2018-03-19 13:23:38 +00:00
$ yarn add vue-antd-ui
2018-03-18 11:59:38 +00:00
```
2018-04-10 04:08:41 +00: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 11:59:38 +00:00
2018-04-10 04:08:41 +00:00
## Links
2018-03-18 11:59:38 +00:00
2018-04-10 04:08:41 +00:00
- [Home page ](https://vuecomponent.github.io/ant-design/ )
- [Vue ](https://vuejs.org/ )
2018-03-18 11:59:38 +00:00
- [Ant Design React ](http://ant.design/ )
2018-03-01 02:27:39 +00:00