前端程序员入门mac OS 指南 Main Target 相关软件下载 相关环境安装 其他... 01. 相关软件下载 iTerm2: iterm2 download source Tree:https://www.sourcetreeapp.com/ dash(非常强大的文档查看器) webstorm vscode typero 02. 前端开发环境配置 安装brew套件管理器 brew 全称是Homebrew,它类似于npm,npm是包管理工具,用来管理各种依赖包,而Homebrew是软件包管理工具。 可以在Mac中方便的安装软件或者卸载软件,如git、wget、zsh等。 安装node npm安装nrm nrm源列表 nrm ls 查看当前使用的nrm源 nrm current 使用指定的taobao源作为npm包源 nrm use taobao 安装git brew install git git help git version