管理工具.md 315 B

npm => cnpm

npm install -g cnpm --registry=https://registry.npmmirror.com

查看命令

npm config get registry

cnpm => npm

npm config set registry https://registry.npmjs.org

yarn

npm install yarn -g

npm install xxx / cnpm install xxx / yarn add xxxx

安装命令

yarn add webpack webpack-cli -D