管理后台页面

ylong 8d1c6bf502 fix 优化 bug 4 ay önce
public fc6440f5cb init 1 yıl önce
src 8d1c6bf502 fix 优化 bug 4 ay önce
.env 935cde5462 add 回收订单目录查询&组件封装 1 yıl önce
.env.development 75acb0f0d3 fix 测试汇总优化 4 ay önce
.env.production e9ecd908ce fix 调整页面 11 ay önce
.env.staging b7d1735516 1 11 ay önce
.eslintignore fc6440f5cb init 1 yıl önce
.eslintrc.json fc6440f5cb init 1 yıl önce
.gitignore fc6440f5cb init 1 yıl önce
.prettierignore fc6440f5cb init 1 yıl önce
README.md fc6440f5cb init 1 yıl önce
components.d.ts fc6440f5cb init 1 yıl önce
index.html 93e7182859 fix 仓库数据对接 1 yıl önce
jsconfig.json fc6440f5cb init 1 yıl önce
package-lock.json 9ebcba7796 1 11 ay önce
package.json d7974471f7 fix 接口调试 1 yıl önce
pnpm-lock.yaml d7974471f7 fix 接口调试 1 yıl önce
postcss.config.js f09b84bce0 fix 回收订单&增加tailwind.css 1 yıl önce
prettier.config.js 0376183478 fixbug 7 ay önce
tailwind.config.js f09b84bce0 fix 回收订单&增加tailwind.css 1 yıl önce
vite.config.js 979633dffe fix 添加自动引入vue依赖的插件 1 yıl önce
yarn.lock 36d099b4b9 fxi 07-31 bug 4 ay önce

README.md

RuoYi EleAdmin

RuoYi 框架前端部分使用 Vue3、ElementPlus、EleAdminPlus 的实现

  • 🔥 使用 vue3、pinia、element-plus、ele-admin-plus 等主流技术栈
  • 💪 组件丰富、代码规范,使用 Composition API、script setup 语法
  • 🌈 界面美观,对所有主题变量、组件样式都进行重新设计、精心打磨

🌍在线体验

🔨安装运行

# 安装依赖
npm install --registry=https://registry.npmmirror.com

# 运行项目
npm run dev

运行成功后在浏览器地址栏输入 http://localhost:5173 访问。

默认使用 RuoYi 线上演示接口,可下载 RuoYi 后端 并运行后,在 .env.development 文件中将接口地址改为本地后端接口:

# 开发环境接口地址
#VITE_API_URL=https://vue.ruoyi.vip/prod-api
VITE_API_URL=http://localhost:8080

💻系统截图

📖开发文档

💎LICENSE

  • RuoYi 为开源项目,使用 MIT License 开源协议
  • EleAdminPlus 为商业产品,需要购买授权后使用