You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

294 B

[toc]

配置依赖的命令
  1. git config --global url.“https://".insteadOf git:// 此命令改变获取git上代码的地址
  2. npm install yarn -g 安装yarn
  3. yarn config set registry http://registry.npm.taobao.org/ 设置yarn的淘宝镜像
  4. yarn 安装依赖