All Projects → aa24615 → qadmin

aa24615 / qadmin

Licence: MIT License
基于layui框架与Vue.js构建的QAdmin轻量级后台模板

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to qadmin

Studyit-club
​💔 ​针对校社团开发的一套IT俱乐部官网 -> http://sunhang.gz01.bdysite.com/
Stars: ✭ 17 (-50%)
Mutual labels:  layui
react-lite-yt-embed
React version of lite-youtube-embed iframe which render fast 🚀
Stars: ✭ 79 (+132.35%)
Mutual labels:  iframe
pighelper
🐷基于Hybrid+SSM的养猪信息化管理平台,该平台实现了对实时新闻,猪价的爬虫获取,以及各类养殖账单的增删改查等等。该项目适配了移动端界面,最终通过Hybrid混合式App开发技术打包成App,安装在移动端使用
Stars: ✭ 25 (-26.47%)
Mutual labels:  layui
iframe-worker
A tiny WebWorker polyfill for the file:// protocol
Stars: ✭ 23 (-32.35%)
Mutual labels:  iframe
jekyll-loading-lazy
🧙🏽‍♀️ Automatically adds loading="lazy" to <img> and <iframe> tags. Load images on your sites lazily without JavaScript.
Stars: ✭ 41 (+20.59%)
Mutual labels:  iframe
iFrameX
Iframe generator with dynamic content injection like HTML, Javascript, CSS, etc. and two ways communication, parent <-> iframe.
Stars: ✭ 18 (-47.06%)
Mutual labels:  iframe
Boundary
Boundary is a CSS+Javascript library for Chrome extension developers to easily create HTML elements that won’t affect or be affected by the current webpage’s CSS. Strongly recommended if you are considering adding a sticker, a sidebar or any overlay box using content script.
Stars: ✭ 59 (+73.53%)
Mutual labels:  iframe
active4j
Active4j-boot是基于SpingBoot2.0轻量级的java快速开发框架。以Spring Framework为核心容器,Spring MVC为模型视图控制器,Mybatis Plus为数据访问层, Apache Shiro为权限授权层, Redis为分布式缓存,Quartz为分布式集群调度,layui作为前端框架并进行前后端分离的开源框架
Stars: ✭ 32 (-5.88%)
Mutual labels:  layui
jMiniLang
用Kotlin实现的编译器和虚拟机,并在此基础上构建操作系统。
Stars: ✭ 62 (+82.35%)
Mutual labels:  layui
ibridge
Typesafe iframe bridge for easy parent child bidirectional communication
Stars: ✭ 25 (-26.47%)
Mutual labels:  iframe
RuoYi-fast
🎉 (RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用
Stars: ✭ 117 (+244.12%)
Mutual labels:  layui
Goku.Framework.CoreUI
基于 SpringBoot + Spring + SpringMvc+Mybatis+CoreUI +Layui 开发后台管理程序
Stars: ✭ 87 (+155.88%)
Mutual labels:  layui
layui-vue
layui - vue(谐音:类 UI) 是 一 套 Vue 3.0 的 桌 面 端 组 件 库
Stars: ✭ 112 (+229.41%)
Mutual labels:  layui
oembed
A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.
Stars: ✭ 34 (+0%)
Mutual labels:  iframe
data-transport
A generic and responsible communication transporter(iframe/Broadcast/Web Worker/Service Worker/Shared Worker/WebRTC/Electron, etc.)
Stars: ✭ 27 (-20.59%)
Mutual labels:  iframe
PostEvent
A Cross-Domain Event Handler javascript library. Pure Vanilla JS, no dependencies.
Stars: ✭ 14 (-58.82%)
Mutual labels:  iframe
shik
shik项目基于springcloud微服务搭建的分布式项目。搭建了shik-config云公共配置,通过shik-RA服务注册发现各个模块,通过shik-zuul路由转发与统一接口。并整合了包括mybatis,jpa,jedis,quartz,freemarker和layui等多个模块,支持spring-session二级域名共享session,使用了RESTful方式提供api接口
Stars: ✭ 89 (+161.76%)
Mutual labels:  layui
yqdoc
基于语雀API开发的文档系统
Stars: ✭ 64 (+88.24%)
Mutual labels:  layui
layui-vue
采用 layui 风格的 vue3 组件库。(UI一直是个痛,那就先基于现有的UI,先封装几套玩玩。)
Stars: ✭ 15 (-55.88%)
Mutual labels:  layui
angular-through-iframe
How to use angular.js through an iframe
Stars: ✭ 29 (-14.71%)
Mutual labels:  iframe

QAdmin轻量级后台模板

基于layui框架Vue.js构建

轻量不复杂 简洁不简单

login.png

bsadmin.png

git仓库

目录结构

 ├─dist                           构建后的代码
    ├─qadmin-html                 经典版
        ├─data                    模拟数据目录
        │  ├─menu.json            左侧菜单
        │  └─ ...    
        ├─static                  静态资源            
        │  ├─admin                后台资源目录
        │  │  ├─js                js目录
        │  │  │  ├─config.js      菜单与基本配置
        │  │  ├─css               样式目录
        │  │  ├─img               图片目录
        │  │  └─ ...      
        │  ├─layui                layui
        │  ├─ueditor              百度编辑器
        │  ├─webuploader          百度上传插件
        │  ├─js                   公共js库
        │  └─ ...      
    ├─qadmin-iframe               iframe版(文件与经典版一致)
  ├─src                           原代码(使用者不必理会)
  ├─run.js                        nodejs脚本

经典版

  • 每个页面都需要引入左侧菜单与顶栏
  • 左侧菜单由vue渲染
  • 缺点: 跳转时能看到左侧有闪动的瞬间
  • 演示: http://demo.qadmin.net

iframe版

  • 只需要一个页面引入左侧菜单与顶栏
  • 左侧菜单由vue渲染,主体内容以iframe标签方式展示
  • 优点: 传统,简单,上手更快
  • 演示: http://iframe.qadmin.net

在框架中使用

php

java

nodejs

go

  • beego示例

    ...待完善

参与贡献

  1. fork 当前库到你的名下
  2. 在你的本地修改完成审阅过后提交到你的仓库
  3. 提交 PR 并描述你的修改,等待合并

联系我们

License

qadmin is licensed under the license of MIT. See the LICENSE for more details.

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