qauMaWeb/README.md

16 lines
255 B
Markdown
Raw Normal View History

2024-10-13 18:02:27 +08:00
<!--
* @Description:
* @Author: Rabbiter
* @Date: 2023-03-05 20:17:11
-->
### 启动项目
``` bash
# 切换镜像
npm config set registry https://registry.npm.taobao.org
2024-10-13 17:50:27 +08:00
2024-10-13 18:02:27 +08:00
# 安装依赖对应node -v 16.13.2
npm install
# 启动项目
npm run dev