XHan Admin(晓寒开源管理系统)是一个开源免费(前后端分离)中后台管理系统基础解决方案, 无专业版收费,所有功能毫无保留的贡献给开源社区。 前端技术栈: Vue3, TypeScript, Element Plus, Vite, Pinia等 后端技术栈: jdk21, springboot3, spring-cloud, spring-cloud-alibaba, SaToken等
前端代码库: xh-admin-frontend
后端代码库: xh-admin-backend
gitee 码云代码仓库
前端代码库: xh-admin-frontend
后端代码库: xh-admin-backend
- 完全免费:觉得不错的话,点个star吧,感谢感谢,star是作者唯一的动力!
- 最新技术栈:体验最新技术栈带来的开发效率和开发体验的巨大提升
- 完全响应式布局:各端均做了响应性布局适配,移动端也可以愉快的使用。
- 通用组件: 统一的组件封装,保证样式功能统一,开发更规范,效率更高,包括表格组件,表单组件,excel导入组件,图片统一上传管理,裁剪组件等
- 纯净的代码: 从零用最新技术栈全新搭建,无任何历史包袱,只包含核心纯净的代码。
- 漂亮的样式: 漂亮的样式设计,赶快试试吧。
- 丰富的主题: 内置各种颜色主题,支持暗黑模式。
- 代码生成器: 通过代码生成器,保证项目总体代码风格统一并极大加快增删改查的开发效率。
- 菜单管理
- 用户组管理
- 用户管理
- 机构管理
- 角色管理
- 文件管理
- 数据字典
- 系统监控
- 多角色切换
- 数据权限
- 代码生成器
# requirement
node version 20+
pnpm version 9+
# clone
git clone https://github.com/Alixhan/xh-admin-frontend
# enter the project directory
cd xh-admin-frontend
# 安装依赖
pnpm i
# 启动开发环境
pnpm dev# prod environment
pnpm build# type check
pnpm type-check
# code formatting
pnpm format
# unit test
pnpm test按照Angular提交标准来
各大IDE开发工具均可安装git提交规范插件,JetBrains: Git Commit Message Helper,Vscode: git commit plugin
feat- A new featurefix- A bug fixdocs- Documentation only changesstyle- Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)refactor- A code change that neither fixes a bug nor adds a featureperf- A code change that improves performancetest- Adding missing tests or correcting existing testsbuild- Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)ci- Changes to our Cl configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabschore- Other changes that don't modify src or test filesrevert- Reverts a previous commit
非常感谢!
提交PR,提交issue,点个star,或者直接打赏我,哈哈哈~~~
欢迎加入微信交流群
扫码加我微信(备注:xhan),邀请您加入微信交流群
Copyright (c) 2023-present sxh
