- homebrew 官网的用不了直接用国内源的。https://gitee.com/cunkai/HomebrewCN
- node 现在可以直接用 brew install node
- yarn brew install yarn
- 项目里用的.yarnrc国内源配置如下
-
registry "https://registry.npm.taobao.org" sass_binary_site "https://npm.taobao.org/mirrors/node-sass/" phantomjs_cdnurl "http://cnpmjs.org/downloads" electron_mirror "https://npm.taobao.org/mirrors/electron/" sqlite3_binary_host_mirror "https://foxgis.oss-cn-shanghai.aliyuncs.com/" profiler_binary_host_mirror "https://npm.taobao.org/mirrors/node-inspector/" chromedriver_cdnurl "https://cdn.npm.taobao.org/dist/chromedriver"
- sourcetree git图形化工具 https://www.sourcetreeapp.com/
- snailSvn svn操作类似于window的图形化工具 该软件为收费软件98元,网络上有破解版自己找 macwk
- whistle 开源的代理抓包软件,用于调试app brew install whistle