1.安裝nodejs(http://nodejs.cn/download/)
image.png
2.配置模塊全局安裝路徑
npm config set prefix "D:\nodejs\node_modules\node_global"
npm config set cache "D:\nodejs\node_modules\node_cache"
配置環(huán)境變量
PATH = D:\nodejs\node_modules\node_global
3.配置淘寶鏡像
npm config set registry https://registry.npm.taobao.org
4.安裝cnpm
npm install cnpm -g
5.安裝其他全局模塊
cnpm install bower vue-cli -g