# mes-web **Repository Path**: beauhou/mes-web ## Basic Information - **Project Name**: mes-web - **Description**: 一个基于cloudFronted的开发库,实现了RBAC 1.0模型前端项目,并且包含了普通基础MES的功能模块;持续更新中... - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://mes.beauhou.cn/ - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-08-24 - **Last Updated**: 2024-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SwiftPanel-System #### 介绍 这个是一个前端管理页面风格的项目,内置了用户管理,角色管理,菜单管理等功能,实现了RBAC权限,cloudfrontend为底层框架,可以方便快速的进行项目开发,开发者需要有一定的面向对象思维基础,有后端开发经验着上手会较快,所有的页面操作是以模型对象为基础,通过装饰器进行UI组件配置。 #### 软件架构 本项目以cloudfrontend为基础UI框架 使用VUE3+typescript架构 #### 安装教程 1. 拉取cloudfrontend基础项目代码 ```shell git clone git@gitee.com:beauhou/CloudFrontend.git ``` 2. 安装依赖包 ```shell npm install ``` 3. 启动开发环境 ```shell npm run dev ``` 4. 访问本地开发环境 ``` http://localhost:8081 ``` #### 使用说明 后续补充 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)