MacOS 前端环境搭建

2022-08-14  本文已影响0人  普通市民王二狗
  1. homebrew
    homebrew 是软件管理工具
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
  1. nodejs
brew install node
  1. npm
    node包管理工具,管理项目依赖包

  2. yarn
    功能同npm,解决了npm早期版本的一些问题

  3. git
    版本管理工具,常用功能在另一篇文章有写

brew install git
上一篇 下一篇

猜你喜欢

热点阅读