安装nodejs
启动前端项目
1.npm install : 拉去依赖 ,
npm config set registry https://registry.npmmirror.com
设置镜像源,镜像源有很多,可以换多个试一下
# 淘宝镜像源
https://registry.npmmirror.com
https://registry.npm.taobao.org
# 腾讯云镜像源
http://mirrors.cloud.tencent.com/npm/
# 华为云镜像源
https://mirrors.huaweicloud.com/repository/npm/
# 官方默认全局镜像
https://registry.npmjs.org
yarn 工具,下载依赖更快
安装 yarn工具 :npm install -g yarn
安装 nvm 工具 ,切换nodejs工具
五个工具帮助你高效切换 Node.js 版本_node版本切换工具-CSDN博客