All Projects → codedefault → DncVueSample

codedefault / DncVueSample

Licence: MIT License
A Vue.js + iview static html admin template project.

Programming Languages

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

Projects that are alternatives of or similar to DncVueSample

Vuestic Admin
Free and Beautiful Vue 3 Admin Template
Stars: ✭ 8,398 (+49300%)
Mutual labels:  admin-dashboard, vue2, admin-ui, admin-template
Vue Framework Wz
👏vue后台管理框架👏
Stars: ✭ 3,757 (+22000%)
Mutual labels:  admin-dashboard, vue2, admin-ui, admin-template
Coreui Free Vue Admin Template
Open source admin template based on Bootstrap 5 and Vue 3
Stars: ✭ 2,951 (+17258.82%)
Mutual labels:  vuejs2, admin-dashboard, vue2, admin-template
Basix Admin
Get Free and Premium Vue.js Bootstrap v4 Admin Dashboard Templates
Stars: ✭ 138 (+711.76%)
Mutual labels:  vuejs2, admin-dashboard, admin-ui, admin-template
Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+136876.47%)
Mutual labels:  admin-dashboard, admin-ui, admin-template
Vue Quasar Admin
Vue 2.0 admin-dashboard based on Quasar-Framework
Stars: ✭ 516 (+2935.29%)
Mutual labels:  admin-dashboard, vue2, admin-template
Shards Dashboard
🔥A beautiful Bootstrap 4 admin dashboard templates pack.
Stars: ✭ 1,143 (+6623.53%)
Mutual labels:  admin-dashboard, admin-ui, admin-template
Gentelella
Welcome to Gentelella - Responsive Bootstrap Admin Application based on the Foundation of Symfony and Gentelella!
Stars: ✭ 100 (+488.24%)
Mutual labels:  admin-dashboard, admin-ui, admin-template
Bootstrapadmin
Bootstrap 4 admin template.
Stars: ✭ 273 (+1505.88%)
Mutual labels:  admin-dashboard, admin-ui, admin-template
Staradmin Free Bootstrap Admin Template
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Stars: ✭ 1,191 (+6905.88%)
Mutual labels:  admin-dashboard, admin-ui, admin-template
Layui Admin
基于layui和thinkphp6.0的快速后台开发框架。快速构建完善的管理后台,内置表单、表格的php生成,以及完善的RBAC权限管理。
Stars: ✭ 101 (+494.12%)
Mutual labels:  admin-dashboard, admin-ui, admin-template
Vue Material Dashboard
Vue Material Dashboard - Open Source Material Design Admin
Stars: ✭ 403 (+2270.59%)
Mutual labels:  vuejs2, admin-dashboard, admin-template
Vuetify Admin Dashboard
A Crud Admin panel made from Vue js and Vuetify
Stars: ✭ 481 (+2729.41%)
Mutual labels:  vuejs2, admin-dashboard, admin-template
Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (+1976.47%)
Mutual labels:  admin-dashboard, admin-ui, admin-template
Carbon
Elegant Bootstrap 4 Admin Template
Stars: ✭ 309 (+1717.65%)
Mutual labels:  admin-dashboard, admin-ui, admin-template
Shards Dashboard React
⚛️A free and beautiful React admin dashboard template pack.
Stars: ✭ 1,268 (+7358.82%)
Mutual labels:  admin-dashboard, admin-ui, admin-template
tntweb-admin
react admin management system template
Stars: ✭ 25 (+47.06%)
Mutual labels:  admin-dashboard, admin-ui, admin-template
Coreui Free Bootstrap Admin Template
CoreUI is free bootstrap admin template
Stars: ✭ 11,038 (+64829.41%)
Mutual labels:  admin-dashboard, admin-ui, admin-template
Blur Admin
AngularJS Bootstrap Admin Panel Framework
Stars: ✭ 11,274 (+66217.65%)
Mutual labels:  admin-dashboard, admin-ui, admin-template
datta-able-bootstrap-dashboard
Datta Able Bootstrap 4 admin template free version
Stars: ✭ 111 (+552.94%)
Mutual labels:  admin-dashboard, admin-ui, admin-template

关于DncVueSample

VncVueSample码友网(https://codedefault.com)发布并提供更新支持。

作者:Rector

演示地址:https://codedefault.github.io/DncVueSample/

DncVueSample: 是一个基于Vue.js + iview 前端框架搭建的后台管理系统模板,适用于如:OA,CRM,CMS等管理系统的后台开发。

模板简介

版本信息

DncVueSample当前依赖的组件的版本信息如下:

Vue.js: 2.5.17 iview: 3.1.0

布局和菜单

该模板以左菜单,右操作面板来布局。左侧菜单树目前支持两级菜单,菜单树以JSON格式定义。其中,菜单项支持指定图标,菜单的链接地址等选项,详细的配置属性如:

{
    title:"用户及授权",
    name:"1",
    icon:"logo-apple",
    menuItem:[
        {
            label:"用户管理",
            name:"1-1",
            href:"/account/user/list",
            icon:"logo-apple"
        },
        {
            label:"资源管理",
            name:"1-2",
            href:"/account/resource/list",
            icon:"logo-windows"
        },
        {
            label:"角色管理",
            name:"1-3",
            href:"/account/role/list",
            icon:"logo-tux"
        }
    ]
}

左侧菜单支持收起和展开,当菜处于收起状态时,只显示菜单项的图标,这样使得整个系统的在横向的操作界面空更宽一些,在数据的展示上效果会更好。

选项卡

右侧操作区是以选项卡(iframe)打开的各个操作界面,每个选项卡页面均为一个独立的页面。

当点击每个选项卡时,左侧菜单会自动跟踪到当前打开的菜单上。

选项卡切换时,支持切换动画效果,视觉体验非常不错。

结束语

DncVueSample是一个极简的基于Vue.js + iview 实现的静态后台管理系统模板,她仅是一个后台管理系统模板的雏形UI,不涉及系统功能,但所谓“麻雀虽小五脏俱全”,选择DncVueSample作为后台管理系统的初始模板,可以帮助使用者快速地开始项目的开端UI框架的搭建。

注:DncVueSample目前没有适配移动端设备和IE10以下古老的浏览器,所以请在PC设备中使用现代浏览器预览和使用。

代码开源

没错,DncVueSample是开源的,你可以使用DncVueSample模板框架做任何的集成或者开发。

源代码托管地址: https://github.com/codedefault/DncVueSample

Demo: DncVueSample演示地址

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