ionic 通过设置代理使用
2016-04-14 本文已影响1585人
minichen
通过代理服务器使用ionic
- Window上,使用代理转换软件cntlm把代理转换成如:127.0.0.1:3128
- 在命令行中:
set proxy=http://127.0.0.1:3128 - 再运行ionic命令如:
ionic start myAPP tabs
成功。
通过代理服务器使用ionic
set proxy=http://127.0.0.1:3128
ionic start myAPP tabs