1、安装yarn
npm install -g yarn
2、下载ant-design-pro-vue进行安装依赖
yarn install
3、开发模式运行
yarn run serve
4、编译项目
yarn run build
ant-design-pro-vue 开发笔记(一)
原文:https://www.cnblogs.com/windok/p/12522615.html