mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 12:07:54 +08:00
47 lines
1.6 KiB
Markdown
47 lines
1.6 KiB
Markdown
<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">
|
||
</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)
|
||
|
||
## Features
|
||
|
||
- An enterprise-class UI design system for desktop applications.
|
||
- A set of high-quality React components out of the box.
|
||
- Shared [Ant Design of React](https://ant.design/docs/spec/introduce) design resources.
|
||
|
||
|
||
## Using npm or yarn
|
||
|
||
**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.
|
||
|
||
```bash
|
||
$ npm install vue-antd-ui --save
|
||
```
|
||
|
||
```bash
|
||
$ yarn add vue-antd-ui
|
||
```
|
||
|
||
If you are in a bad network environment,you can try other registries and tools like [cnpm](https://github.com/cnpm/cnpm).
|
||
|
||
|
||
## Links
|
||
|
||
- [Home page](https://vuecomponent.github.io/ant-design/)
|
||
- [Vue](https://vuejs.org/)
|
||
- [Ant Design React](http://ant.design/)
|
||
|