管理后台页面

ylong 7fe99c0bba fix bug il y a 6 mois
public fc6440f5cb init il y a 1 an
src 7fe99c0bba fix bug il y a 6 mois
.env 935cde5462 add 回收订单目录查询&组件封装 il y a 1 an
.env.development 9ebcba7796 1 il y a 11 mois
.env.production e9ecd908ce fix 调整页面 il y a 11 mois
.env.staging b7d1735516 1 il y a 11 mois
.eslintignore fc6440f5cb init il y a 1 an
.eslintrc.json fc6440f5cb init il y a 1 an
.gitignore fc6440f5cb init il y a 1 an
.prettierignore fc6440f5cb init il y a 1 an
README.md fc6440f5cb init il y a 1 an
components.d.ts fc6440f5cb init il y a 1 an
index.html 93e7182859 fix 仓库数据对接 il y a 1 an
jsconfig.json fc6440f5cb init il y a 1 an
package-lock.json 9ebcba7796 1 il y a 11 mois
package.json d7974471f7 fix 接口调试 il y a 1 an
pnpm-lock.yaml d7974471f7 fix 接口调试 il y a 1 an
postcss.config.js f09b84bce0 fix 回收订单&增加tailwind.css il y a 1 an
prettier.config.js 0376183478 fixbug il y a 7 mois
tailwind.config.js f09b84bce0 fix 回收订单&增加tailwind.css il y a 1 an
vite.config.js 979633dffe fix 添加自动引入vue依赖的插件 il y a 1 an

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 为商业产品,需要购买授权后使用