buildadmin/README.md

134 lines
9.2 KiB
Markdown
Raw Normal View History

2022-05-31 06:39:00 +00:00
<br />
<div align="center">
2022-05-31 22:19:19 +00:00
<img src="https://wonderful-code.gitee.io/images/readme/logo-title.png" alt="" />
<br />
2022-12-18 18:53:58 +00:00
<a href="https://buildadmin.com/" target="_blank">官网</a> | <a href="https://demo.buildadmin.com/" target="_blank">演示站</a> |
2022-06-06 03:21:58 +00:00
<a href="https://wonderful-code.gitee.io/" target="_blank">文档</a> |
2022-12-23 13:42:37 +00:00
<a href="https://jq.qq.com/?_wv=1027&k=c8a7iSk8" target="_blank">加群</a> |
2022-06-01 18:26:00 +00:00
<a href="https://wonderful-code.gitee.io/guide/" target="_blank">视频介绍</a> |
<a href="https://gitee.com/wonderful-code/buildadmin" target="_blank">Gitee仓库</a> |
<a href="https://github.com/build-admin/BuildAdmin" target="_blank">GitHub仓库</a>
2022-05-31 06:39:00 +00:00
</div>
2022-05-31 21:18:12 +00:00
<br />
2022-05-31 06:39:00 +00:00
<p align="center">
<a href="https://www.thinkphp.cn/" target="_blank">
2022-06-12 10:04:40 +00:00
<img src="https://img.shields.io/badge/ThinkPHP-%3E6.0-brightgreen?color=91aac3&labelColor=439EFD" alt="vue">
2022-05-31 06:39:00 +00:00
</a>
<a href="https://v3.vuejs.org/" target="_blank">
2022-06-12 10:04:40 +00:00
<img src="https://img.shields.io/badge/Vue-%3E3.x-brightgreen?color=91aac3&labelColor=439EFD" alt="vue">
2022-05-31 06:39:00 +00:00
</a>
<a href="https://element-plus.gitee.io/#/zh-CN/component/changelog" target="_blank">
2022-06-12 10:04:40 +00:00
<img src="https://img.shields.io/badge/Element--Plus-%3E2.2-brightgreen?color=91aac3&labelColor=439EFD" alt="element plus">
2022-05-31 06:39:00 +00:00
</a>
<a href="https://www.tslang.cn/" target="_blank">
2023-01-09 12:47:09 +00:00
<img src="https://img.shields.io/badge/TypeScript-%3E4.9-blue?color=91aac3&labelColor=439EFD" alt="typescript">
2022-05-31 06:39:00 +00:00
</a>
<a href="https://vitejs.dev/" target="_blank">
2023-01-09 12:47:09 +00:00
<img src="https://img.shields.io/badge/Vite-%3E4.0-blue?color=91aac3&labelColor=439EFD" alt="vite">
2022-05-31 06:39:00 +00:00
</a>
2022-06-12 10:04:40 +00:00
<a href="https://pinia.vuejs.org/" target="_blank">
<img src="https://img.shields.io/badge/Pinia-%3E2.0-blue?color=91aac3&labelColor=439EFD" alt="vite">
2022-05-31 06:39:00 +00:00
</a>
<a href="https://gitee.com/wonderful-code/buildadmin/blob/master/LICENSE" target="_blank">
2022-06-12 10:04:40 +00:00
<img src="https://img.shields.io/badge/Apache2.0-license-blue?color=91aac3&labelColor=439EFD" alt="license">
2022-05-31 06:39:00 +00:00
</a>
</p>
2022-05-31 21:18:12 +00:00
<br>
<div align="center">
2022-05-31 22:19:19 +00:00
<img src="https://wonderful-code.gitee.io/images/readme/index.gif" />
2022-05-31 21:18:12 +00:00
</div>
<br>
### 介绍
🌈 基于 Vue3.x setup + ThinkPHP6 + TypeScript + Vite + Pinia + Element Plus等流行技术栈的后台管理系统自适应多端、可视化CRUD代码生成、自带WEB终端、同时提供Web和Server端、内置全局数据回收站和字段级数据修改保护、自动注册路由、无限子级权限管理等无需授权即可免费商用希望能帮助大家实现快速开发。
2022-05-31 06:39:00 +00:00
2022-06-10 11:11:39 +00:00
### 主要特性
**🚀 CRUD代码生成**
图形化拖拽生成后台增删改查代码自动创建数据表大气且实用的表格多达22种表单组件支持行拖拽排序受权限控制的编辑和删除等等并支持关联表可为您节省大量开发时间。
2022-06-10 11:11:39 +00:00
**💥 内置WEB终端**
我们内置了一个WEB终端以实现一些理想中的功能比如虽然是基于vue3的系统但你在安装本系统时并不需要手动执行`npm install`和`npm build`命令。且后续本终端将为您提供更多方便、快捷的服务。
**👍 流行且稳定的技术栈:**
除了基于`ThinkPHP6`前后端分离架构外,我们的`Vue3`使用了`Setup`、状态管理使用`Pinia`、并使用了`TypeScript`、`Vite`等可以为你的知识面添砖加瓦的技术栈。
2022-09-14 03:51:19 +00:00
**🎨 模块市场:**
2022-12-10 05:49:25 +00:00
一键安装数据导出、短信发送、云存储、单页或是纯前端技术栈的学习案例项目等等,随时随地为系统添砖加瓦,系统能够自动维护`package.json`和`composer.json`并通过内置终端自动完成模块所需依赖的安装,若您愿意成为模块开发者,模块可以:覆盖系统任何文件或为系统新增文件,您的模块经由官方审核即可上架。
2022-06-10 11:11:39 +00:00
2022-06-12 10:04:40 +00:00
**🔀 前后端分离:**
2022-12-23 13:42:37 +00:00
`web`文件夹内包含:`干净`(不含后端代码)、`完整`(所有前端代码文件均在此内) 的前端代码文件对前端开发者友好作为纯前端开发者您可以将BAdmin当做学习与资源的社群本系统可为您准备好案例和模板等所需要的环境而您只需专注于学习或工作不需要会任何后端代码邀您[和我们一起](https://jq.qq.com/?_wv=1027&k=c8a7iSk8)
2022-09-14 03:51:19 +00:00
**🌴 数据回收与反悔:**
内置全局数据回收站,并且提供字段级数据修改记录和修改对比,随时回滚和还原,安全且无感。
2022-06-12 10:04:40 +00:00
2022-06-10 11:11:39 +00:00
**✨ 高颜值:**
提供三种布局模式,其中默认布局使用无边框设计风格,它并没有强行填满屏幕的每一个缝然后使用边框线进行分隔,所有的功能版块,都像是悬浮在屏幕上的,同时又将屏幕空间及其合理的利用了。
**🔐 权限验证:**
可视化的管理权限,然后根据权限动态的注册路由、菜单、页面、按钮(权限节点)、支持无限父子级权限分组、前后端搭配鉴权,自由分派页面和按钮权限。
**📝 未来可期:**
2022-12-10 05:49:25 +00:00
我们正在持续维护系统,并着手开发更多基础设施模块,按需一键安装,甚至提供开箱即用的各行业完整应用。
2022-06-10 11:11:39 +00:00
**🧱 一举多得:**
后台自适应PC、平板、手机等多种场景的支持轻松应对各种需求。
**💖 其他杂项:**
角色组/管理员/管理员日志、 会员/会员组/会员余额、积分日志、系统配置/控制台/附件管理/个人资料管理等等、更多特性等你探索...
2022-05-31 06:39:00 +00:00
### 安装使用
💫 我们提供了完善的文档,对于熟悉`ThinkPHP`和`Vue`的用户,请使用大佬版:[快速上手](https://wonderful-code.gitee.io/guide/install/start.html) ,对于新人朋友,我们额外准备了各个操作系统的从零开始套餐:[Windows从零到一](https://wonderful-code.gitee.io/guide/install/windows.html) | [Linux从零到一](https://wonderful-code.gitee.io/guide/install/linux-bt.html) | [MacBook安装引导](https://wonderful-code.gitee.io/guide/install/macBook.html)
2022-05-31 21:18:12 +00:00
### 联系我们
2022-06-10 11:11:39 +00:00
- [演示站](https://demo.buildadmin.com/) 账户:`admin`,密码:`123456`(演示站数据无法修改,请下载源码安装体验全部功能)
- [文档wonderful-code.gitee.io](https://wonderful-code.gitee.io/)
2022-12-23 13:42:37 +00:00
- 加群:[687903819已满](https://jq.qq.com/?_wv=1027&k=QwtXa14c)、[751852082](https://jq.qq.com/?_wv=1027&k=c8a7iSk8)
- [Gitee仓库](https://gitee.com/wonderful-code/buildadmin)、[GitHub仓库](https://github.com/build-admin/BuildAdmin)
2022-06-10 11:11:39 +00:00
- [备用文档doc.buildadmin.com](https://doc.buildadmin.com/)
2022-12-23 13:42:37 +00:00
- [官网](https://buildadmin.com/)、[官方邮箱 hi@buildadmin.com](mailto:hi@buildadmin.com)
2022-06-10 11:11:39 +00:00
### 项目预览
2022-05-31 21:18:12 +00:00
| | |
|---------------------|---------------------|
2022-05-31 22:19:19 +00:00
|![登录](https://wonderful-code.gitee.io/images/readme/login.gif)|![控制台](https://wonderful-code.gitee.io/images/readme/dashboard.png)|
2022-05-31 21:18:12 +00:00
|![布局配置](https://wonderful-code.gitee.io/images/readme/layout.png)|![表格](https://wonderful-code.gitee.io/images/readme/admin.png)|
|![表单](https://wonderful-code.gitee.io/images/readme/user.png)|![系统配置](https://wonderful-code.gitee.io/images/readme/config.png)|
|![数据回收规则](https://wonderful-code.gitee.io/images/readme/data-recycle.png)|![数据回收日志](https://wonderful-code.gitee.io/images/readme/data-recycle-log.png)|
|![敏感数据](https://wonderful-code.gitee.io/images/readme/sensitive-data.png)|![菜单](https://wonderful-code.gitee.io/images/readme/menu.png)|
|![单栏布局](https://wonderful-code.gitee.io/images/readme/layout-3.png)|![经典布局](https://wonderful-code.gitee.io/images/readme/layout-2.png)|
### 特别鸣谢
💕 感谢巨人提供肩膀,排名不分先后
2022-05-31 06:39:00 +00:00
- [Thinkphp](http://www.thinkphp.cn/)
- [FastAdmin](https://gitee.com/karson/fastadmin)
- [Vue](https://github.com/vuejs/core)
- [vue-next-admin](https://gitee.com/lyt-top/vue-next-admin)
2022-05-31 06:39:00 +00:00
- [Element Plus](https://github.com/element-plus/element-plus)
- [TypeScript](https://github.com/microsoft/TypeScript)
- [vue-router](https://github.com/vuejs/vue-router-next)
- [vite](https://github.com/vitejs/vite)
- [Pinia](https://github.com/vuejs/pinia)
- [Axios](https://github.com/axios/axios)
- [nprogress](https://github.com/rstacruz/nprogress)
- [screenfull](https://github.com/sindresorhus/screenfull.js)
- [mitt](https://github.com/developit/mitt)
- [sass](https://github.com/sass/sass)
- [wangEditor](https://github.com/wangeditor-team/wangEditor)
- [echarts](https://github.com/apache/echarts)
- [vueuse](https://github.com/vueuse/vueuse)
- [lodash](https://github.com/lodash/lodash)
- [eslint](https://github.com/eslint/eslint)
- [prettier](https://github.com/prettier/prettier)
- [vuepress](https://github.com/vuejs/vuepress)
- [countUp](https://github.com/inorganik/countUp.js)
- [Sortable](https://github.com/SortableJS/Sortable)
- [v-code-diff](https://github.com/Shimada666/v-code-diff)
### 版权信息
🔐 BuildAdmin 遵循`Apache2.0`开源协议发布,提供无需授权的免费使用。\
2022-05-31 06:39:00 +00:00
本项目包含的第三方源码和二进制文件之版权信息另行标注。
### 支持项目
💕 无需捐赠,如果觉得项目不错,或者已经在使用了,希望你可以去 [Github](https://github.com/build-admin/BuildAdmin) 或者 [Gitee](https://gitee.com/wonderful-code/buildadmin) 帮我们点个 ⭐ Star这将是对我们极大的鼓励与支持。