前端开发环境

1. Node.js

终端执行 node -v 如果能打印出版本号说明已经安装,没有安装的到官网按说明安装最新稳定版。

2. Yarn

用来替代 npm,介绍和安装方法见官网: https://yarnpkg.com

3. Visual Studio Code

安装 ESLint 插件,并设置 eslint.autoFixOnSave=true。配置方法如图: vscode-eslint-config.png

4. Chrome Extensions(可选)

5. iOS 开发所需环境

  • macOS
  • Xcode
  • ruby(macOS 自带)
  • CocoaPods

6. Android 开发所需环境