🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.7 KiB

7 years ago
<p align="center">
<a href="https://vuecomponent.github.io/ant-design/">
<img width="230" src="https://raw.githubusercontent.com/vueComponent/ant-design/master/logo.png">
7 years ago
</a>
</p>
7 years ago
# [Ant Design Vue](https://vuecomponent.github.io/ant-design/)
7 years ago
[![Travis branch](https://api.travis-ci.org/vueComponent/ant-design.svg?branch=master)](https://travis-ci.org/vueComponent/ant-design)
7 years ago
[![Dependency Status](https://beta.gemnasium.com/badges/github.com/vueComponent/ant-design.svg)](https://beta.gemnasium.com/projects/github.com/vueComponent/ant-design)
7 years ago
[![npm package](https://img.shields.io/npm/v/vue-antd-ui.svg?style=flat)](https://www.npmjs.org/package/vue-antd-ui)
7 years ago
[![NPM downloads](http://img.shields.io/npm/dm/vue-antd-ui.svg?style=flat)](http://www.npmtrends.com/vue-antd-ui)
7 years ago
7 years ago
7 years ago
An enterprise-class UI components based on Ant Design 3.X and Vue.
7 years ago
[官网国内镜像](http://tangjinzhou.gitee.io/ant-design/docs/vue/introduce-cn/)
7 years ago
[中文 README](README-zh_CN.md)
7 years ago
7 years ago
## Features
7 years ago
- An enterprise-class UI design system for desktop applications.
- A set of high-quality React components out of the box.
7 years ago
- Shared [Ant Design of React](https://ant.design/docs/spec/introduce) design resources.
7 years ago
7 years ago
## Using npm or yarn
7 years ago
7 years ago
**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.
7 years ago
```bash
$ npm install vue-antd-ui --save
7 years ago
```
```bash
$ yarn add vue-antd-ui
7 years ago
```
7 years ago
If you are in a bad network environment,you can try other registries and tools like [cnpm](https://github.com/cnpm/cnpm).
7 years ago
7 years ago
## Links
7 years ago
7 years ago
- [Home page](https://vuecomponent.github.io/ant-design/)
- [Vue](https://vuejs.org/)
7 years ago
- [Ant Design React](http://ant.design/)
7 years ago