step1: clone工程
https://github.com/PanJiaChen/vue-element-admin.git
step2: 如果直接npn install,则会报错
1.设置git环境,遇到git开头时转为https
git config --global url."https://".insteadOf git://
2.使用淘宝镜像执行
npm install --registry=https://registry.npm.taobao.org
step3: 运行起来
npm run dev