All Projects → goflyfox → Gmanager Web

goflyfox / Gmanager Web

Licence: mit
基于gf框架的管理平台(前端页面)支持登录、认证、组织机构、用户、角色、菜单、日志

Labels

gmanager-web

  • 这是一个基于gmanager管理后台的前端页面。它包含了登录、认证、组织机构、用户帐号、角色权限、菜单、操作日志,这些搭建后台必要的东西。
  • 基于 ElementUI 和 vue 进行开发,使用vue-admin-template模板

代码

项目使用

# 克隆项目
git clone https://github.com/goflyfox/gmanager-web

# 进入项目目录
cd gmanager-web

# 安装依赖
npm install

# 启动服务
npm run dev

浏览器访问 http://localhost:9529

打包发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod

其它

# 代码格式检查
npm run lint

# 代码格式检查并自动修复
npm run lint -- --fix

功能模块

  1. 登录、认证、登出
  2. 组织机构管理
  3. 用户管理
  4. 角色管理
  5. 菜单管理
  6. 支持登录、登出、业务增删改操作记录

部署截图

登录: image

组织机构: image

用户管理: image

日志管理: image

感谢

  1. vue-admin-template框架 https://github.com/PanJiaChen/vue-admin-template

License

MIT license.

Copyright (c) 2019-present hanshuaibing

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].