- homebrew
homebrew 是软件管理工具
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
- nodejs
brew install node
-
npm
node包管理工具,管理项目依赖包 -
yarn
功能同npm,解决了npm早期版本的一些问题 -
git
版本管理工具,常用功能在另一篇文章有写
brew install git
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
brew install node
npm
node包管理工具,管理项目依赖包
yarn
功能同npm,解决了npm早期版本的一些问题
git
版本管理工具,常用功能在另一篇文章有写
brew install git
本文标题:MacOS 前端环境搭建
本文链接:https://www.haomeiwen.com/subject/crhhgrtx.html
网友评论