1.0.1 • Published 4 years ago

vue-cli-plugin-ant-design v1.0.1

Weekly downloads
428
License
MIT
Repository
github
Last release
4 years ago

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.