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搭建(windows)_第1张图片
浏览器访问即可。
Ant Design Pro of Vue搭建(windows)_第2张图片

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

你可能感兴趣的:(Vue,vue.js,前端,javascript)