# leafage-ms **Repository Path**: andyge/leafage-ms ## Basic Information - **Project Name**: leafage-ms - **Description**: 基于 RBAC(Role-Based Access Control) 模型的管理系统实践,逐步实现 RBAC0、RBAC1、RBAC2 及 RBAC3 的各项功能,目前集成了博文帖子的管理模块(博客网站 帖子、书籍的维护、访问统计、评论等) - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://console.leafage.top - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 20 - **Created**: 2022-04-17 - **Last Updated**: 2022-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Leafage Logo


License Quality Gate Status

## 项目介绍 基于 RBAC(Role-Based Access Control) 模型的管理系统实践,逐步实现 RBAC0、RBAC1、RBAC2 及 RBAC3 的各项功能,目前集成了博文帖子的管理模块([博客网站](https://www.leafage.top) 帖子、书籍的维护、访问统计、评论等); 采用 MIT 开源协议,使用 vue3、vite.js 的基础框架构建,完成了前端上传图片至七牛云 OSS、xlsx.js 导出数据、chart.js 统计图表、i18n国际化(支持中文、English)等功能。 ### 功能依赖 - [x] tailwindcss(plugins: typography、forms) —— css样式 - [x] chart.js —— 统计图表(类型:line、bar) - [x] qiniu.js —— 前端上传文件 - [x] feather-icons —— 图标库 - [x] mockjs —— 测试数据 mock - [x] axios —— api请求 - [x] marked(plugins: marked-extended-tables) —— markdown 解析(插件:表格) - [x] hightlight.js —— 代码高亮 - [x] xlsx.js —— excel解析 - [x] vue-i18n —— 国际化支持 **访问地址:** 博客站点  后台管理系统 ## 更新 近期更新请查看[更新日志](CHANGELOG.md) 。 ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn dev ``` ### Compiles and minifies for production ``` yarn build ```

MIT