feat: 项目初始化。

This commit is contained in:
tianyongbao
2026-04-09 02:11:32 +08:00
commit d7dc3a08be
245 changed files with 13492 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
<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
```