20 lines
377 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Market-Assistant 前端Vue 3 + Vite
## 启动命令
```bash
npm install
npm run dev
```
默认本地开发端口见终端提示。请先启动后端开发服务,以便 API 代理可用。
## 其他脚本
- **npm run build** — 生产构建
- **npm run preview** — 本地预览构建结果
## 项目说明
完整说明见上一级目录的 **README**