zheng 2 달 전
부모
커밋
616b1528fb
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      16.Webpack/管理工具.md

+ 10 - 0
16.Webpack/管理工具.md

@@ -0,0 +1,10 @@
+## 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