Ant Design Pro of Vue搭建(windows)

安装环境

版本过高/不匹配均可能会导致运行出错。
  • node v12.1.0
  • npm v6.9.0
  • yarn v1.22.5
  • git v2.28.0.windows.1

Ant Design Pro of Vue搭建

  1. 拉取代码:
git clone --depth=1 https://github.com/vueComponent/ant-design-vue-pro.git my-project
cd my-project
  1. 安装依赖
yarn install
  1. 启动项目
yarn run serve

在这里插入图片描述
浏览器访问即可。
在这里插入图片描述

Ant Design Pro of Vue官网文档:https://pro.antdv.com/docs/getting-started

猜你喜欢

转载自blog.csdn.net/Zhou_ZiZi/article/details/128117413