前端环境配置

所需程序

  • WebStorm
  • Node.js / npm
  • Yarn

安装步骤

一、安装 Node.js / npm

nodejs.org

二、配置 npm

npm config set registry https://registry.npmmirror.com

打开 终端,输入后回车。

作用:将 npm(Node.js 默认包管理软件)软件源替换为淘宝镜像。

三、安装 Yarn

安装

npm install -g yarn

作用:使用更好的软件源 Yarn。

配置

yarn config set registry https://registry.npmmirror.com

作用:将 Yarn 软件源替换为淘宝镜像。

五、安装 WebStorm

  1. 下载:https://www.jetbrains.com/webstorm/
  2. 学生优惠申请:https://www.jetbrains.com/community/education/#students

完成