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