| | |
| | | <p align="center">
|
| | | <img alt="logo" src="https://oscimg.oschina.net/oscnet/up-d3d0a9303e11d522a06cd263f3079027715.png">
|
| | | </p>
|
| | | <h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">RuoYi v3.8.1</h1>
|
| | | <h4 align="center">基于SpringBoot+Vue3前后端分离的Java快速开发框架</h4>
|
| | | <p align="center">
|
| | | <a href="https://gitee.com/y_project/RuoYi-Vue/stargazers"><img src="https://gitee.com/y_project/RuoYi-Vue/badge/star.svg?theme=dark"></a>
|
| | | <a href="https://gitee.com/y_project/RuoYi-Vue"><img src="https://img.shields.io/badge/RuoYi-v3.8.1-brightgreen.svg"></a>
|
| | | <a href="https://gitee.com/y_project/RuoYi-Vue/blob/master/LICENSE"><img src="https://img.shields.io/github/license/mashape/apistatus.svg"></a>
|
| | | </p>
|
| | |
|
| | | ## 平台简介
|
| | |
|
| | | * 本仓库为前端技术栈 [Vue3](https://v3.cn.vuejs.org) + [Element Plus](https://element-plus.org/zh-CN) + [Vite](https://cn.vitejs.dev) 版本。
|
| | |
| | | * 阿里云折扣场:[点我进入](http://aly.ruoyi.vip),腾讯云秒杀场:[点我进入](http://txy.ruoyi.vip)
|
| | | * 阿里云优惠券:[点我领取](https://www.aliyun.com/minisite/goods?userCode=brki8iof&share_source=copy_link),腾讯云优惠券:[点我领取](https://cloud.tencent.com/redirect.php?redirect=1025&cps_key=198c8df2ed259157187173bc7f4f32fd&from=console)
|
| | |
|
| | | ## 前端运行
|
| | |
|
| | | ```bash
|
| | | # 克隆项目
|
| | | git clone https://github.com/yangzongzhuan/RuoYi-Vue3.git
|
| | |
|
| | | # 进入项目目录
|
| | | cd RuoYi-Vue3
|
| | |
|
| | | # 安装依赖
|
| | | yarn --registry=https://registry.npm.taobao.org
|
| | |
|
| | | # 启动服务
|
| | | yarn dev
|
| | |
|
| | | # 构建测试环境 yarn build:stage
|
| | | # 构建生产环境 yarn build:prod
|
| | | # 前端访问地址 http://localhost:80
|
| | | ```
|
| | |
|
| | | ## 内置功能
|
| | |
|
| | | 1. 用户管理:用户是系统操作者,该功能主要完成系统用户配置。
|