MacOS 前端环境搭建
2022-08-14 本文已影响0人
普通市民王二狗
- 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