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-18 11:59:38 +00:00
2018-05-20 04:54:55 +00:00
[![Travis branch ](https://img.shields.io/travis/vueComponent/ant-design.svg?style=flat-square )](https://travis-ci.org/vueComponent/ant-design)
[![codecov ](https://img.shields.io/codecov/c/github/vueComponent/ant-design/master.svg?style=flat-square )](https://codecov.io/gh/vueComponent/ant-design)
[![bitHound Dependencies ](https://www.bithound.io/github/vueComponent/ant-design/badges/dependencies.svg )](https://www.bithound.io/github/vueComponent/ant-design/master/dependencies/npm)
[![bitHound Dev Dependencies ](https://www.bithound.io/github/vueComponent/ant-design/badges/devDependencies.svg )](https://www.bithound.io/github/vueComponent/ant-design/master/dependencies/npm)
[![npm package ](https://img.shields.io/npm/v/vue-antd-ui.svg?style=flat-square )](https://www.npmjs.org/package/vue-antd-ui)
[![NPM downloads ](http://img.shields.io/npm/dm/vue-antd-ui.svg?style=flat-square )](http://www.npmtrends.com/vue-antd-ui)
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-05-02 08:47:36 +00:00
[官网国内镜像 ](http://tangjinzhou.gitee.io/ant-design/docs/vue/introduce-cn/ )
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.
2018-05-10 03:17:07 +00:00
- A set of high-quality Vue 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