# RuoYi-ArcoDesign **Repository Path**: jumpersun/RuoYi-ArcoDesign ## Basic Information - **Project Name**: RuoYi-ArcoDesign - **Description**: 🔥RuoYi-ArcoDesign,使用RuoYi-Vue作为后端,改其原有Element Ui为ArcoDesign Vue。将会持续完全适配RuoYi-Vue🔥 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2023-08-20 - **Last Updated**: 2025-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RuoYi-ArcoDesign ## 简介 **RuoYi-ArcoDesign**,使用RuoYi-Vue作为后端,改其原有Element Ui为ArcoDesign Vue。将会持续完全适配RuoYi-Vue。 🔥**RuoYi-Vue**是基于SpringBoot,Spring Security,JWT,Vue 的前后端分离权限管理系统。 🔥**ArcoDesign** 是一套字节跳动出品的企业级设计系统。 拥有用户管理、部门管理、岗位管理、菜单管理、角色管理、字典管理、参数管理、通知公告、操作日志、登录日志、在线用户、定时任务、代码生成、系统接口、服务监控、在线构建器、连接池监视等功能。 ## 上手使用 1. 环境准备 - 运行启动RuoYi-Vue,参考[RuoYi文档](https://gitee.com/link?target=https%3A%2F%2Fdoc.ruoyi.vip%2Fruoyi-vue%2F) - 安装[node](https://gitee.com/link?target=http%3A%2F%2Fnodejs.org%2F)和[git](https://gitee.com/link?target=https%3A%2F%2Fgit-scm.com%2F) 2. 项目安装 ``` git clone https://gitee.com/Jumper-sun/mp-generator.git ``` 3. 本地开发,进入项目根目录 ``` npm install ``` > 若耗时太长可使用`npm install --registry=https://registry.npm.taobao.org` ``` npm run serve ``` > 打开浏览器访问 [http://localhost:8000]()