@@ -0,0 +1 @@
+# 如何发布一个基础库
@@ -33,3 +33,10 @@ npm config delete registry
yarn config set proxy http://127.0.0.1:7890
yarn config set https-proxy http://127.0.0.1:7890
```
+
+### cmd 配置代理
+```shell
+set http_proxy=http://127.0.0.1:7890
+set https_proxy=http://127.0.0.1:7890
+```