|
|
|
@ -4,15 +4,15 @@
|
|
|
|
|
</a> |
|
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
# Ant Design Vue |
|
|
|
|
# [Ant Design Vue](https://vuecomponent.github.io/ant-design/) |
|
|
|
|
[![Travis branch](https://img.shields.io/travis/vueComponent/ant-design/master.svg?style=flat-square)](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-ant-design/next.svg?style=flat-square)](https://www.npmjs.org/package/vue-ant-design) |
|
|
|
|
[![NPM downloads](http://img.shields.io/npm/dm/vue-ant-design.svg?style=flat-square)](https://npmjs.org/package/ant-design) |
|
|
|
|
[![MIT License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://www.npmjs.com/package/vue-ant-design) |
|
|
|
|
[![npm package](https://img.shields.io/npm/v/vue-antd3/next.svg?style=flat-square)](https://www.npmjs.org/package/vue-antd3) |
|
|
|
|
[![NPM downloads](http://img.shields.io/npm/dm/vue-antd3.svg?style=flat-square)](https://npmjs.org/package/ant-design) |
|
|
|
|
[![MIT License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://www.npmjs.com/package/vue-antd3) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
An enterprise-class UI components based on Ant Design and Vue. |
|
|
|
|
An enterprise-class UI components based on Ant Design 3.X and Vue. |
|
|
|
|
|
|
|
|
|
[README in English](README.md) |
|
|
|
|
|
|
|
|
@ -28,11 +28,11 @@ An enterprise-class UI components based on Ant Design and Vue.
|
|
|
|
|
### 使用 npm 或 yarn 安装 |
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
|
$ npm install vue-ant-design --save |
|
|
|
|
$ npm install vue-antd3 --save |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
|
$ yarn add vue-ant-design |
|
|
|
|
$ yarn add vue-antd3 |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
如果你的网络环境不佳,推荐使用 [cnpm](https://github.com/cnpm/cnpm)。 |
|
|
|
|