|
|
|
<p align="center">
|
|
|
|
<a href="https://vuecomponent.github.io/ant-design/">
|
|
|
|
<img width="230" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg">
|
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
# [Ant Design Vue](https://vuecomponent.github.io/ant-design/)
|
|
|
|
[![Travis branch](https://api.travis-ci.org/vueComponent/ant-design.svg?branch=master)](https://travis-ci.org/vueComponent/ant-design)
|
|
|
|
[![Dependency Status](https://beta.gemnasium.com/badges/github.com/vueComponent/ant-design.svg)](https://beta.gemnasium.com/projects/github.com/vueComponent/ant-design)
|
|
|
|
[![npm package](https://img.shields.io/npm/v/vue-antd-ui.svg?style=flat)](https://www.npmjs.org/package/vue-antd-ui)
|
|
|
|
[![NPM downloads](http://img.shields.io/npm/dm/vue-antd-ui.svg?style=flat)](http://www.npmtrends.com/vue-antd-ui)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
An enterprise-class UI components based on Ant Design 3.X and Vue.
|
|
|
|
|
|
|
|
[中文 README](README-zh_CN.md)
|
|
|
|
|
|
|
|
## 特性
|
|
|
|
|
|
|
|
- An enterprise-class UI design system for desktop applications.
|
|
|
|
- A set of high-quality React components out of the box.
|
|
|
|
- The whole package of development and design resources and tools.
|
|
|
|
|
|
|
|
|
|
|
|
## 安装
|
|
|
|
|
|
|
|
### 使用 npm 或 yarn 安装
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ npm install vue-antd-ui --save
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ yarn add vue-antd-ui
|
|
|
|
```
|
|
|
|
|
|
|
|
如果你的网络环境不佳,推荐使用 [cnpm](https://github.com/cnpm/cnpm)。
|
|
|
|
|
|
|
|
|
|
|
|
## 链接
|
|
|
|
|
|
|
|
- [首页](https://vuecomponent.github.io/ant-design/)
|
|
|
|
- [Vue官方文档](https://cn.vuejs.org/)
|
|
|
|
- [Ant Design React](http://ant.design/)
|
|
|
|
|