All Projects → holiyo → vue-iview-master

holiyo / vue-iview-master

Licence: other
基于vue-cli+iview2的管理后台模板,用于初学者示例

Programming Languages

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

Projects that are alternatives of or similar to vue-iview-master

YuMusic
A Music Player Build with JavaFX WebView, iView,RequireJS
Stars: ✭ 17 (+6.25%)
Mutual labels:  iview
skill6-website-frontend
技术流网站前端工程。网站名称:技术流,英文名:skill6。使用前后端分离架构,前端使用vue、nodejs、bootstrap、emement ui、iview等开源框架实现,主要功能有:登录注册、单点登录、restful设计、文章及评论、资源下载、提问答疑、视频教程等。持续更新中... 地址:
Stars: ✭ 21 (+31.25%)
Mutual labels:  iview
awesome-iview
A curated list of iView (A high quality UI Toolkit built on Vue.js 2.0) resources and related projects. The main idea is that everyone can contribute here, so we can have a central repository of informations about iView that we keep up-to-date https://iviewui.com/
Stars: ✭ 19 (+18.75%)
Mutual labels:  iview
saltshaker frontend
saltshaker_plus frontend
Stars: ✭ 65 (+306.25%)
Mutual labels:  iview
yeluo-iview-backend
The backend was written by iview + vue ,separated mode in front and back,the api is in another repo
Stars: ✭ 20 (+25%)
Mutual labels:  iview
seal-vue
本项目为 https://github.com/hequan2017/seal 项目 前端vue版本 基于 iview-admin 2.5.0 支持 动态菜单 本项目已停止开发!因长时间未对代码进行维护,可能会造成项目在不同环境上无法部署、运行BUG等问题,请知晓!项目仅供参考!
Stars: ✭ 16 (+0%)
Mutual labels:  iview
laravel-spa-iview
Laravel 5 Boilerplate / Starter kit with iview
Stars: ✭ 46 (+187.5%)
Mutual labels:  iview
xayah
WEB文件管理器
Stars: ✭ 19 (+18.75%)
Mutual labels:  iview
bg-admin
spring boot 与 iview 前后端分离架构
Stars: ✭ 33 (+106.25%)
Mutual labels:  iview
vue-json-form
vue-json-form
Stars: ✭ 14 (-12.5%)
Mutual labels:  iview
vue-flask-template
📦 一个快速搭建 Web 应用的模版!前端使用渐进式框架 Vue,后端使用微框架 Flask
Stars: ✭ 29 (+81.25%)
Mutual labels:  vue-iview
vue-backstage-manage
一个基于IVIEW 的VUE 后台管理端
Stars: ✭ 40 (+150%)
Mutual labels:  iview
vue-iview-admin
admin template powered by vue & iview
Stars: ✭ 14 (-12.5%)
Mutual labels:  iview
dproxy
简易的网络代理工具,带有IP白名单限制管,带有简洁的UI管理界面,提供丰富的API接口,可方便的与各个系统集成,可编译为单文件运行
Stars: ✭ 25 (+56.25%)
Mutual labels:  iview
vue-iview-admin-template
Vue 2.0 admin template based on View UI
Stars: ✭ 43 (+168.75%)
Mutual labels:  iview
vueleopard
a simple 'vue iview webpack' admin leopard template
Stars: ✭ 16 (+0%)
Mutual labels:  iview
seal
django-base-templates 主要为 django 开发DEMO, 支持 非前后端分离 和 前后端分离模式 。
Stars: ✭ 118 (+637.5%)
Mutual labels:  iview
zabbix-monitor
monitor system based on zabbix API pyzaabix grafana
Stars: ✭ 70 (+337.5%)
Mutual labels:  iview
cms-vue-iView
完整可运行的后台管理系统,后端基于SpringMVC实现,前端基于Vue+iView实现。
Stars: ✭ 14 (-12.5%)
Mutual labels:  iview
laravel5.4-webpack2-Vuejs2-iview2-spa-demo
一个简单的前后端分离单页blog应用,后端接口使用laravel5.4开发接口,前端使用webpack vuejs实现单页应用,后台使用iview2UI组件库
Stars: ✭ 17 (+6.25%)
Mutual labels:  iview

基于Vue+iview的单页面管理后台框架

左侧导航菜单,右侧内容页面 vue-iview-master 使用的技术点:

动态加载路由 src/config/routes-vaccine.js
    export  default new Router({
            routes: [
              {
                  //根路由跳转
                  path: '/',
                  redirect:'/obd/1'
            },{
                  path:'/obd',
                  name:'obd',
                  component:resolve=>require(['@/page/home.vue'],resolve),//动态加载路由
                  children:[
                    //子路由路径匹配
                    {path:'/obd/1', component:resolve=>require(['@/page/obDepartment/putOnRecord.vue'],resolve)},
                    {path:'/obd/2', component:resolve=>require(['@/page/obDepartment/inoAnalysis.vue'],resolve)},
                    //没有匹配到的路由跳转到404页面
                    {path:'*',component:resolve=>require(['@/page/404.vue'],resolve)}
                  ]
            },{
                  path:'/content',
                  name:'content',
                  component:content
            }]
        })
QQ:12826209
Wechat:lh7364526

欢迎交流!

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