克隆项目
git clone https://github.com/PanJiaChen/vue-element-admin.git
进入项目目录
cd vue-element-admin
安装依赖
npm install
如果需要转换成中文,在git终端里git checkout i18n,切换分支
npm install --save vue-i18n --registry=https://registry.npmmirror.com
1、切换到 i18n 的分支 git checkout i18n
2、然后 npm install --save vue-i18n
本地开发 启动项目
npm run dev
可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npmmirror.com
标签:npm,git,admin,element,vue,registry,i18n From: https://www.cnblogs.com/mmcol/p/18673122