Files
Message-Push-Nest/web/README.md
T
2024-01-01 12:23:08 +08:00

24 lines
193 B
Markdown

# Message Nest Web
Message Nest 前端页面
使用vue3+vite开发
## 初始化
```sh
npm install
```
### 开发测试运行
```sh
npm run dev
```
### 构建
```sh
npm run build
```