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.

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