You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
remotebelongstous/README.md

224 B

项目介绍及启动说明

启动项目

# 切换镜像
npm config set registry https://registry.npm.taobao.org

# 安装依赖对应node的版本是16.13.2
npm install --force

# 启动项目
npm run dev