设置为淘宝的镜像源:
npm config set registry https://registry.npm.taobao.org
查看镜像源:
npm config get registry
创建项目
vue init webpack 项目名
依赖安装
npm install
打包
npm run build
按环境打包
npm run build:dep
ue项目构建
设置为淘宝的镜像源:
npm config set registry https://registry.npm.taobao.org
查看镜像源:
npm config get registry
创建项目
vue init webpack 项目名
依赖安装
npm install
打包
npm run build
按环境打包
npm run build:dep
ue项目构建