1、安装yarn
npm install -g yarn
2、下载ant-design-pro-vue进行安装依赖
yarn install
3、开发模式运行
yarn run serve
4、编译项目
yarn run build