update pkgname
parent
f030f3a136
commit
20bbe12219
|
@ -4,12 +4,12 @@
|
|||
</a>
|
||||
</p>
|
||||
|
||||
# Ant Design Vue
|
||||
# [Ant Design Vue](https://vuecomponent.github.io/ant-design/)
|
||||
[](https://travis-ci.org/vueComponent/ant-design)
|
||||
[](https://beta.gemnasium.com/projects/github.com/vueComponent/ant-design)
|
||||
[](https://www.npmjs.org/package/vue-ant-design)
|
||||
[](https://npmjs.org/package/ant-design)
|
||||
[](https://www.npmjs.com/package/vue-ant-design)
|
||||
[](https://www.npmjs.org/package/vue-antd3)
|
||||
[](https://npmjs.org/package/vue-antd3)
|
||||
[](https://www.npmjs.com/package/vue-antd3)
|
||||
|
||||
|
||||
Ant Design 的 Angular 实现,开发和服务于企业级后台产品。
|
||||
|
@ -28,11 +28,11 @@ Ant Design 的 Angular 实现,开发和服务于企业级后台产品。
|
|||
### 使用 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)。
|
||||
|
|
14
README.md
14
README.md
|
@ -4,15 +4,15 @@
|
|||
</a>
|
||||
</p>
|
||||
|
||||
# Ant Design Vue
|
||||
# [Ant Design Vue](https://vuecomponent.github.io/ant-design/)
|
||||
[](https://travis-ci.org/vueComponent/ant-design)
|
||||
[](https://beta.gemnasium.com/projects/github.com/vueComponent/ant-design)
|
||||
[](https://www.npmjs.org/package/vue-ant-design)
|
||||
[](https://npmjs.org/package/ant-design)
|
||||
[](https://www.npmjs.com/package/vue-ant-design)
|
||||
[](https://www.npmjs.org/package/vue-antd3)
|
||||
[](https://npmjs.org/package/ant-design)
|
||||
[](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)。
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "vue-ant-design",
|
||||
"name": "vue-antd3",
|
||||
"version": "0.1.0",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
|
|
Loading…
Reference in New Issue