💻记录一次Mac前端环境配置

全程未采用代理仓库来配置,配置代理仓库繁琐,且容易出问题。

  • 配置基本mac开发环境

xcode-select --install
# or download Xcode
brew install nvm
  • 安装mysql/nginx/redis .etc

  • 安装watchman

brew install watchman
  • 安装cocoapods

brew install cocoapods
  • Android开发环境配置需要安装jdk

brew tap homebrew/cask-versions
brew install --cask zulu17

# Get path to where cask was installed to double-click installer
brew info --cask zulu17

android 环境变量配置

最后更新于

这有帮助吗?