💻记录一次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 环境变量配置
最后更新于
这有帮助吗?