feat: 项目初始化。
This commit is contained in:
25
README.md
Normal file
25
README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
<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
|
||||
```
|
||||
Reference in New Issue
Block a user