下载
通过下面链接进行下载:
https://gitee.com/panjiachen/vue-admin-template
下载zip
略
git方式
git clone https://github.com/PanJiaChen/vue-admin-template.git
执行上面命令不好使,就查看官网说明
构建
进入项目目录
cd vue-admin-template
安装依赖
npm install
如果没修改下载源,那么下载速度会很慢,可执行下面命令
npm install --registry=https://registry.npm.taobao.org
启动服务
npm run dev