vueComponent / vue-cli-plugin-ant-design

vue-cli 3 plugin to add ant-design-vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-cli-plugin-ant-design

Ant-Design-Vue plugin for @vue/cli 3.0.

Install

First you need to install @vue/cli globally (follow the instructions here).

Then create a project and add the ant-design-vue plugin:

vue create my-app
cd my-app
vue add ant-design

You'll be asked some questions regarding how ant-design-vue is configured in your project. After that, you're good to go.

About

vue-cli 3 plugin to add ant-design-vue

License:MIT License


Languages

Language:JavaScript 67.9%Language:Vue 27.7%Language:CSS 4.4%