# drf_fontend **Repository Path**: joyamon/drf_fontend ## Basic Information - **Project Name**: drf_fontend - **Description**: 前端部分 layui、layuimini框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/joyamon/drf_fontend.git - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-04 - **Last Updated**: 2024-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 后台管理系统前端部分 ## 项目介绍 后台管理系统前端部分,基于layui, layuimini框架实现的管理系统前端部分,包含登录、注册、首页、用户管理、登录日志、菜单管理、角色管理、权限管理、数据字典、系统设置等模块 ## 项目后端请访问 [https://gitee.com/joyamon/drf.git](https://gitee.com/joyamon/drf.git) ## 项目运行 ``` npm install node server.js ``` ## 项目截图 ![image](images/login.png) ![image](images/register.png) ![image](images/index.png) ![image](images/userlist.png) ![image](images/loginlog.png) ## 项目地址 [git clone https://gitee.com/joyamon/drf_fontend.git](git clone https://gitee.com/joyamon/drf_fontend.git) ## 项目说明 1. xxxxxx ## 项目特点 1. xxxxxx ## 项目结构 ``` frontend |-- api | | -- clear.json | | -- init.json | | -- menus.json | | -- table.json | | -- tableSelect.json | | -- upload.json |-- css |-- images |-- js |-- lib |-- page |-- index.html |-- package.json |-- package-lock.json |-- README.md |-- server.js ```