# frame_parent **Repository Path**: liqiwork/frame_parent ## Basic Information - **Project Name**: frame_parent - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-24 - **Last Updated**: 2022-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: 框架 ## README # frame_parent #### 介绍 Frame 是一个面向企业内部的应用管理系统框架,包括前后端,前端分Layui和VUE两个版本,适合进行全栈开发,中小型项目。 为了在保持简单的基础上又能适合多样的中小型业务项目,Layui版本和后端在一起,业务工程和基础工程分开。 #### 软件架构 [frame_biz](https://gitee.com/liqiwork/frame_biz) 业务工程 [frame_comm](https://gitee.com/liqiwork/frame_comm) 基础工程 frame_vue VUE前端 框架工程结构图 #### 安装教程 1. 安装过程为frame_comm => frame_biz 2. 在frame_biz中进行业务开发,frame_biz引入了frame_comm 的jar包,这样在frame_biz启动后就拥有了frame_comm的所有功能,包括用户管理、角色管理、权限管理、菜单管理等。 3. 如果需要VUE版本的前端可以clone frame_vue