🌈 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.

47 lines
1.5 KiB

7 years ago
<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>
7 years ago
# [Ant Design Vue](https://vuecomponent.github.io/ant-design/)
7 years ago
[![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)
7 years ago
[![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/vue-antd3)
[![MIT License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://www.npmjs.com/package/vue-antd3)
7 years ago
Ant Design 的 Angular 实现,开发和服务于企业级后台产品。
[README in English](README.md)
## 特性
- 提炼自企业级中后台产品的交互语言和视觉风格。
- 开箱即用的高质量 React 组件。
- 全链路开发和设计工具体系。
## 安装
### 使用 npm 或 yarn 安装
```bash
7 years ago
$ npm install vue-antd3 --save
7 years ago
```
```bash
7 years ago
$ yarn add vue-antd3
7 years ago
```
如果你的网络环境不佳,推荐使用 [cnpm](https://github.com/cnpm/cnpm)。
## 链接
- [首页](https://vuecomponent.github.io/ant-design/)
- [Vue官方文档](https://cn.vuejs.org/)
- [Antd React](http://ant.design/)