配置淘寶源
npm config set registry http://registry.npm.taobao.org
獲取當前源
npm config get registry
切換為官方源
npm config set registry https://registry.npmjs.org
臨時使用源
npm install -g vue --registry=https://registry.npm.taobao.org