ant-design-vue/README.md

50 lines
1.8 KiB
Markdown
Raw Normal View History

2018-03-18 19:59:38 +08:00
<p align="center">
<a href="https://vuecomponent.github.io/ant-design/">
2018-03-22 17:23:51 +08:00
<img width="230" src="https://raw.githubusercontent.com/vueComponent/ant-design/master/logo.png">
2018-03-18 19:59:38 +08:00
</a>
</p>
2018-04-10 12:08:41 +08:00
# [Ant Design Vue](https://vuecomponent.github.io/ant-design/)
2018-03-19 21:43:04 +08:00
[![Travis branch](https://api.travis-ci.org/vueComponent/ant-design.svg?branch=master)](https://travis-ci.org/vueComponent/ant-design)
2018-05-15 10:03:56 +08:00
[![codecov](https://codecov.io/gh/vueComponent/ant-design/branch/master/graph/badge.svg)](https://codecov.io/gh/vueComponent/ant-design)
2018-03-18 19:59:38 +08:00
[![Dependency Status](https://beta.gemnasium.com/badges/github.com/vueComponent/ant-design.svg)](https://beta.gemnasium.com/projects/github.com/vueComponent/ant-design)
2018-03-19 21:43:04 +08:00
[![npm package](https://img.shields.io/npm/v/vue-antd-ui.svg?style=flat)](https://www.npmjs.org/package/vue-antd-ui)
2018-03-19 21:52:57 +08:00
[![NPM downloads](http://img.shields.io/npm/dm/vue-antd-ui.svg?style=flat)](http://www.npmtrends.com/vue-antd-ui)
2018-03-19 21:43:04 +08:00
2018-03-18 19:59:38 +08:00
2018-03-18 20:21:15 +08:00
An enterprise-class UI components based on Ant Design 3.X and Vue.
2018-03-18 19:59:38 +08:00
2018-05-02 16:47:36 +08:00
[官网国内镜像](http://tangjinzhou.gitee.io/ant-design/docs/vue/introduce-cn/)
2018-03-18 20:26:15 +08:00
[中文 README](README-zh_CN.md)
2018-03-18 19:59:38 +08:00
2018-04-10 12:08:41 +08:00
## Features
2018-03-18 19:59:38 +08:00
- An enterprise-class UI design system for desktop applications.
2018-05-10 11:17:07 +08:00
- A set of high-quality Vue components out of the box.
2018-04-10 12:08:41 +08:00
- Shared [Ant Design of React](https://ant.design/docs/spec/introduce) design resources.
2018-03-18 19:59:38 +08:00
2018-04-10 12:08:41 +08:00
## Using npm or yarn
2018-03-18 19:59:38 +08:00
2018-04-10 12:08:41 +08:00
**We recommend using npm or yarn to install**it not only makes development easierbut also allow you to take advantage of the rich ecosystem of Javascript packages and tooling.
2018-03-18 19:59:38 +08:00
```bash
2018-03-19 21:23:38 +08:00
$ npm install vue-antd-ui --save
2018-03-18 19:59:38 +08:00
```
```bash
2018-03-19 21:23:38 +08:00
$ yarn add vue-antd-ui
2018-03-18 19:59:38 +08:00
```
2018-04-10 12:08:41 +08:00
If you are in a bad network environmentyou can try other registries and tools like [cnpm](https://github.com/cnpm/cnpm).
2018-03-18 19:59:38 +08:00
2018-04-10 12:08:41 +08:00
## Links
2018-03-18 19:59:38 +08:00
2018-04-10 12:08:41 +08:00
- [Home page](https://vuecomponent.github.io/ant-design/)
- [Vue](https://vuejs.org/)
2018-03-18 19:59:38 +08:00
- [Ant Design React](http://ant.design/)
2018-03-01 10:27:39 +08:00