All Projects → hardphp → Tp6 Vue Admin

hardphp / Tp6 Vue Admin

Licence: mit
基于thinkphp6+vue2.6+element2.13 前后端分离落地解决方案

Labels

Projects that are alternatives of or similar to Tp6 Vue Admin

Lightning Admin Angular
A mobile first design of a responsive admin template built with angular and bootstrap
Stars: ✭ 107 (-15.75%)
Mutual labels:  admin
Vue Notus
Vue Notus: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 108 (-14.96%)
Mutual labels:  admin
Laravel Filemanager
Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
Stars: ✭ 1,688 (+1229.13%)
Mutual labels:  admin
Light Blue Dashboard
🔥 Free and open-source admin dashboard template built with Bootstrap
Stars: ✭ 110 (-13.39%)
Mutual labels:  admin
Vue Zhidian
YII2+VUE2开发的SCRM后台项目
Stars: ✭ 115 (-9.45%)
Mutual labels:  admin
Tabler Angular
Maintained by @arunabhdas Tabler for Angular - Components, demos and documentation
Stars: ✭ 118 (-7.09%)
Mutual labels:  admin
Ruoyi Vue Fast
(RuoYi)官方仓库 基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统
Stars: ✭ 107 (-15.75%)
Mutual labels:  admin
D2 Admin
An elegant dashboard
Stars: ✭ 11,012 (+8570.87%)
Mutual labels:  admin
Pearproject
pear,梨子,轻量级的在线项目/任务协作系统,远程办公协作
Stars: ✭ 1,610 (+1167.72%)
Mutual labels:  admin
Springboot Restful Angular
springBoot,restful,jwt,angular4 搭建的前后端分离后台管理系统
Stars: ✭ 121 (-4.72%)
Mutual labels:  admin
Iview Dynamicrouter
vue+iview 组件库的动态路由和权限验证实现
Stars: ✭ 111 (-12.6%)
Mutual labels:  admin
Crudl Example Django
CRUDL with Django, DRF/Graphene and SQLite
Stars: ✭ 113 (-11.02%)
Mutual labels:  admin
Urpm
urpm 是一套基于Laravel封装的后台用户管理权限系统,能够让开发者不用再关心权限问题,实现后台功能的快速开发。
Stars: ✭ 118 (-7.09%)
Mutual labels:  admin
Online Shopping System
demo
Stars: ✭ 110 (-13.39%)
Mutual labels:  admin
Vue Admin Next
Professional enterprise application with Vue Composition API, Multi-Module Design, Data Processing Flow and Friendly User Interface.
Stars: ✭ 125 (-1.57%)
Mutual labels:  admin
Kongqi laravel admin
快速laravel后台管理系统,集成了,图片上传,多图上传,批量Excel导入,批量插入,修改,添加,搜索,权限管理RBAC,验证码,插件一个综合完善后台,助你开发快人一步。
Stars: ✭ 109 (-14.17%)
Mutual labels:  admin
Admin Plus
admin,后台脚手架
Stars: ✭ 116 (-8.66%)
Mutual labels:  admin
Mass Rat
Basic Multiplatform Remote Administration Tool - Xamarin
Stars: ✭ 127 (+0%)
Mutual labels:  admin
Gatsby Admin Template
Free admin dashboard template based on Gatsby with @paljs/ui component package
Stars: ✭ 124 (-2.36%)
Mutual labels:  admin
Stevedore
search document dumps: ingest and explore in one extensible framework
Stars: ✭ 118 (-7.09%)
Mutual labels:  admin

#thinkphp6+vue2.6+element2.13 前后端分离落地解决方案

本人开发环境版本信息: npm=6.13.4 vue [email protected]/cli 4.1.2 node=v12.14.1

#注意1:vue-admin 中接口请求规则和动态路由,是对应tp6 中的接口规则和权限规则,需同时安装tp6和vue-admin 才能运行项目

#注意2:env 环境配置文件VUE_APP_BASE_API 接口地址,生产环境 或开发环境,需改变自己项目真实路径

#注意3:开发环境,如果使用代理,解决跨域问题,接口地址在 vue.config.js 设置代理proxy,转到http://127.0.0.1/index.php ,.env.development中的VUE_APP_BASE_API 设置空即可。

#注意4:如果只运行vue-admin前端,则可以把代理转到http://www.hardphp.com/index.php,先在本地跑起项目,在接口规则和动态路由,进行修改,适配自己的接口规则

#注意5:登录验证码,使用组件对think-captcha 进行修改,适用于前后端分离项目,composer require hardphp/think-captcha 进行安装,验证码存储基于redis,所以使用时确保redis服务可用

#注意6:如果开发遇到问题或需定制修改,可以向群友求助。

基于thinkphp6主要提供接口数据,实现功能主要包括:代码分层(model-->repository-->service-->middleware-->validate-->controller),接口规则,权限认证,文件上传(本地和阿里云),增删改查封装。主要使用thinkphp6的单应用模式,注解路由,中间件,事件,门面,服务等。

基于vue-admin-element,主要做后台管理界面,其中vue是2.6版本,element-ui 是2.13版本,实现功能主要包括:路由动态加载,axios 请求封装,接口规则封装,布局调整,通用列表,通用表单,通用增删改查功能封装。

体验地址:http://www.hardphp.com/backend/index.html 账号admini,密码123456 即可。

说明文档 https://mp.weixin.qq.com/mp/homepage?__biz=MzUyNzI3OTQ2Nw==&hid=1&sn=6f734454a69c4cc3f8a28b9ed6f0e786&scene=126&clicktime=1585844155 image

接口文档 https://www.showdoc.cc/tp6vueadmin?page_id=4192966399826193

QQ交流群 :488148501
微信交流群:(由于群二维码有效期太短,加我微信,拉你入群,备注tp6-vue-admin)

image

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].