修改reademe文件

This commit is contained in:
dataprince 2023-12-10 13:08:34 +08:00
parent 83517086d0
commit 6aa2755864

View File

@ -4,41 +4,41 @@
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">Ruoyi-Flex V4.1.8</h1>
<h4 align="center">Ruoyi-Flex是基于JDK21、Spring Boot V3.2.X+平台 前后端分离的Java快速开发框架</h4>
#### 介绍
## 项目介绍
flex-elementplus-ui是Ruoyi-Flex的原来前端UI部分flex-ui 采用Vue3、Element-Plus、vite、Pinia等技术构建。
#### 后端项目
## 后端项目
Ruoyi-Flex实行前后端分离仓库本项目是前端部分java后端项目是Ruoyi-Flex后端项目地址: [Ruoyi-Flex](https://gitee.com/dataprince/ruoyi-flex)
#### 安装教程
## 安装教程
## 开发
### 开发
# 克隆项目
#### 克隆项目
git clone https://gitee.com/dataprince/flex-elementplus-ui.git
# 进入项目目录
#### 进入项目目录
cd flex-elementplus-ui
# 安装依赖
#### 安装依赖
npm install --registry=https://registry.npmmirror.com
# 启动服务
#### 启动服务
npm run dev
前端浏览器访问 http://localhost:80
## 发布
### 发布
## 构建测试环境
#### 构建测试环境
npm run build:stage
## 构建生产环境
#### 构建生产环境
npm run build:prod
#### Ruoyi-Flex交流群
## Ruoyi-Flex交流群
本软件完全开源作者很忙如果您在使用过程中遇到问题请付点小费扫码支付199元后申请加入QQ群或者微信群寻求帮助
<table>
@ -52,7 +52,7 @@ npm run build:prod
</tr>
</table>
#### 开源协议
## 开源协议
**为什么推荐使用本项目?**
@ -62,7 +62,7 @@ npm run build:prod
如果这个项目让您有所收获,记得 Star 关注哦,这对我是非常不错的鼓励与支持。
#### 演示图
## 演示图
<table>
<tr>
@ -87,7 +87,7 @@ npm run build:prod
</tr>
</table>
#### 参与贡献
## 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支