f9be9a39 by 任超

测试提交

1 parent 276d8e3e
1 # 安装依赖 1 # 安装依赖
2 npm install 2 npm install
3
4 # 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 3 # 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
5 npm install --registry=https://registry.npm.taobao.org 4 npm install --registry=https://registry.npm.taobao.org
6 5
......