logo
0
1
Login
y-shi23<y-shi23tsinghua@outlook.com>
init

环境安装指南

NVM 安装

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash

Node.js 16 安装

nvm install 16 nvm use 16

启动开发服务器

npm run dev