nodejs
时间:2021-04-05 12:02:01
收藏:0
阅读:0
## 1. 下载node
[node官网](https://nodejs.org/en/)
## 2. 安装镜像
npm install -g mirror-config-china
## 3. 下载项目
git clone https://******.git
## 4. 安装项目依赖
npm i
## 4. 安装项目依赖
npm start
评论(0)