You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
2.0 KiB
66 lines
2.0 KiB
------------------------------
|
|
|
|
## 简介
|
|
|
|
> 基于SpringBoot,Spring Security,JWT,Vue 的前后端分离权限管理系统。
|
|
>
|
|
> 拥有用户管理、部门管理、岗位管理、菜单管理、角色管理、字典管理、参数管理、通知公告、操作日志、登录日志、在线用户、定时任务、代码生成、系统接口、服务监控、在线构建器、连接池监视等功能。
|
|
|
|
*当前暂不支持RuoYi中的在线构建器功能。*
|
|
|
|
* 预览:[https://ruoyi.setworld.net/](https://ruoyi.setworld.net/)
|
|
|
|
* 文档:[https://docs.geekera.cn/RuoYi-Antdv/](https://docs.geekera.cn/RuoYi-Antdv/)
|
|
|
|
* RuoYi-Vue文档:[https://doc.ruoyi.vip/ruoyi-vue/](https://doc.ruoyi.vip/ruoyi-vue/)
|
|
|
|
* Ant Design Vue文档:[https://www.antdv.com/docs/vue/introduce-cn/](https://www.antdv.com/docs/vue/introduce-cn/)
|
|
|
|
|
|
|
|
## 开始使用
|
|
|
|
|
|
1. 本地开发
|
|
|
|
进入项目根目录
|
|
|
|
```shell
|
|
npm install
|
|
```
|
|
|
|
> 若耗时太长可使用`npm install --registry=https://registry.npm.taobao.org`
|
|
|
|
```shell
|
|
npm run serve
|
|
```
|
|
|
|
> 打开浏览器访问 [http://localhost:8000](http://localhost:8080/)
|
|
|
|
|
|
|
|
## 注意事项
|
|
|
|
* 若需使用代码生成,请按照文档描述修改:
|
|
[代码生成前端适配](./docs/gen/)
|
|
|
|
|
|
|
|
## 致谢
|
|
|
|
* [RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue) 基于SpringBoot,Spring Security,JWT,Vue 的前后端分离权限管理系统
|
|
* [Ant Design Vue](https://github.com/vueComponent/ant-design-vue/) An enterprise-class UI components based on Ant Design and Vue
|
|
* [Ant Design Vue Pro](https://github.com/vueComponent/ant-design-vue-pro) Use Ant Design Vue like a Pro
|
|
* [vditor](https://github.com/Vanessa219/vditor) 一款浏览器端的 Markdown 编辑
|
|
|
|
|
|
|
|
## 推荐
|
|
|
|
* [RuoYi-Cloud-Ant-Design](https://gitee.com/xuezipeng/ruoyi-cloud-ant-design) RuoYi-Cloud的Ant Design(Antdv)版前端
|
|
|
|
* [RuoYi-Cloud](https://gitee.com/y_project/RuoYi-Cloud) 基于Spring Boot、Spring Cloud & Alibaba的分布式微服务架构权限管理系统
|
|
|
|
|
|
|
|
|
|
|