Ant-Design-Vue plugin for @vue/cli
3.0.
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.