Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 1.2 KB

前端程序员入门mac OS 指南.md

File metadata and controls

66 lines (39 loc) · 1.2 KB

前端程序员入门mac OS 指南

Main Target

  • 相关软件下载

  • 相关环境安装

  • 其他...

01. 相关软件下载

02. 前端开发环境配置

  1. 安装brew套件管理器

    brew 全称是Homebrew,它类似于npm,npm是包管理工具,用来管理各种依赖包,而Homebrew是软件包管理工具。 可以在Mac中方便的安装软件或者卸载软件,如git、wget、zsh等。

  2. 安装node

    image-20200922140837502

  3. npm安装nrm

    image-20200922141643818

    • nrm源列表

      nrm ls
    • 查看当前使用的nrm源

      nrm current
    • 使用指定的taobao源作为npm包源

      nrm use taobao
  4. 安装git

    brew install git
    git help 
    git version