qauMaWeb/README.md

255 B
Raw Blame History

启动项目

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

# 安装依赖对应node -v 16.13.2
npm install

# 启动项目
npm run dev