mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
Migrated repository
.vscode | ||
antd-tools | ||
components | ||
examples | ||
scripts | ||
test | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.stylelintrc | ||
.travis.yml | ||
build.sh | ||
contributors.md | ||
index-with-locales.js | ||
index.js | ||
LICENSE | ||
logo.png | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README-zh_CN.md | ||
README.md | ||
webpack.base.config.js | ||
webpack.build.config.js | ||
webpack.config.js | ||
webpack.site.config.js |
Vue Ant Design
An enterprise-class UI components based on Ant Design 3.X and Vue.
特性
- An enterprise-class UI design system for desktop applications.
- A set of high-quality React components out of the box.
- The whole package of development and design resources and tools.
安装
使用 npm 或 yarn 安装
$ npm install vue-antd-ui --save
$ yarn add vue-antd-ui
如果你的网络环境不佳,推荐使用 cnpm。