npm install -g cnpm--registry=https://registry.npm.taobao.org
使用vue搭建項目
1是否安裝node? node-v? ? npm -v
2淘寶鏡像安裝依賴npm install -g cnpm?––registry=https://registry.npm.taobao.org?
是否安裝成功
cnpm -v
3vue cli 搭建
npm install -global @vue/cli
4init環(huán)境
在需要安裝的目錄? git bash here一下
vue init webpack 項目名稱
5加載依賴
npm install