1、node.js环境搭建
2、npm安装
3、cnpm安装
https://www.cnblogs.com/yoyoketang/p/7368246.html
环境搭建需要的工具如下:
https://www.jianshu.com/p/f797f79f2ff4?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation
关于ANDROID_HOME配置
https://blog.csdn.net/weixin_42602174/article/details/88039732?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecase&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecase
关于JAVA_HOME配置
https://blog.csdn.net/shuaicenglou3032/article/details/79100155
IOS真机环境安装
1、安装homebrew :/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2、安装crathage:brew install carthage 第三方库管理工具,项目依赖管理
3、安装依赖库:brew install libimobiledevice
4、
https://testerhome.com/topics/15617