# TpVueAdmin
**Repository Path**: aooiu/TpVueAdmin
## Basic Information
- **Project Name**: TpVueAdmin
- **Description**: 🚀 基于 ThinkPhp5.0 、Vue 的前后端分离后台管理程序。Auth权限验证、动态可配置菜单。
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: thinkphp5.0
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 3
- **Forks**: 0
- **Created**: 2021-08-10
- **Last Updated**: 2025-02-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
TpVueAdmin - PHP
   
> 基于 ThinkPhp5.0 、Vue 的前后端分离后台管理程序
## 🌐 地址
- 前端地址: [TpVueAdmin/tree/vue2](https://github.com/aooiuu/TpVueAdmin/tree/vue2)
- 后端地址: [TpVueAdmin/tree/thinkphp5.0](https://github.com/aooiuu/TpVueAdmin/tree/thinkphp5.0)
## 🎉 功能
- 基于 Auth 权限管理, 支持多角色、支持管理子级
- 前端动态可配置菜单, 根据URL自动加载页面
- 前端基于 vue-element-admin
## 🎈 预览

## 🛠 安装
```bash
# clone php 分支
git clone -b thinkphp5.0 git@github.com:aooiuu/TpVueAdmin.git TpVueAdminPHP
cd TpVueAdminPHP
# 安装依赖
composer
# 导入数据库
php think migrate:run
# 后台初始账号密码: admin 123456
```