Files
fishery-dms-web/README.md
2026-04-09 02:13:31 +08:00

25 lines
404 B
Markdown

<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">分润经销商管理系统(DMS)</h1>
## 平台简介
* 前端技术栈 [Vue3] + [Element Plus] + [Vite] 版本。
## 前端运行
970618jjb.
```bash
# 安装依赖
npm install
# 启动服务
npm run dev
# 构建测试环境
npm run build:stage
# 构建生产环境
npm run build:prod
# 前端访问地址
http://localhost:80
```