vue-cli-plugin-ant-design
vue-cli-plugin-ant-design copied to clipboard
vue-cli 3 plugin to add ant-design-vue
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.