

## Ant Design 3.X 的 Vue 实现，开发和服务于企业级后台产品。

## 特性

- 提炼自企业级中后台产品的交互语言和视觉风格。
- 开箱即用的高质量 Vue 组件。
- 共享[Ant Design of React](http://vue-antd.gitee.io/docs/spec/introduce-cn)设计工具体系。

## 安装

### 使用 npm 或 yarn 安装

```bash
$ npm install ui-vue-antd --save
```

```bash
$ yarn add ui-vue-antd
```

如果你的网络环境不佳，推荐使用 [cnpm](https://github.com/cnpm/cnpm)。

## 开发

```bash
$ git clone git@github.com:gaosife/ui-vue-antd.git
$ cd ui-vue-antd 
$ npm install
$ npm start
```

## 致谢

- [Antd React](http://ant.design/)
- [Vue of Antd](https://vuecomponent.github.io/ant-design-vue/)
- [Vue官方文档](https://cn.vuejs.org/)

