All Projects → WrathLi → cms-vue-iView

WrathLi / cms-vue-iView

Licence: MIT license
完整可运行的后台管理系统,后端基于SpringMVC实现,前端基于Vue+iView实现。

Programming Languages

Vue
7211 projects
java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to cms-vue-iView

Opendevops
CODO是一款为用户提供企业多混合云、一站式DevOps、自动化运维、完全开源的云管理平台、自动化运维平台
Stars: ✭ 2,990 (+21257.14%)
Mutual labels:  iview
vue-backstage-manage
一个基于IVIEW 的VUE 后台管理端
Stars: ✭ 40 (+185.71%)
Mutual labels:  iview
vue-iview-admin
admin template powered by vue & iview
Stars: ✭ 14 (+0%)
Mutual labels:  iview
laravel-spa-iview
Laravel 5 Boilerplate / Starter kit with iview
Stars: ✭ 46 (+228.57%)
Mutual labels:  iview
saltshaker frontend
saltshaker_plus frontend
Stars: ✭ 65 (+364.29%)
Mutual labels:  iview
bg-admin
spring boot 与 iview 前后端分离架构
Stars: ✭ 33 (+135.71%)
Mutual labels:  iview
Blog Frontend Project
Web frontend code for my blogs, develop with Vue.
Stars: ✭ 206 (+1371.43%)
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 (+35.71%)
Mutual labels:  iview
thinkphp5.1-vue-iview-admin
基于thinkphp5.1、vue、iview的一个后台管理系统
Stars: ✭ 19 (+35.71%)
Mutual labels:  iview
seal-vue
本项目为 https://github.com/hequan2017/seal 项目 前端vue版本 基于 iview-admin 2.5.0 支持 动态菜单 本项目已停止开发!因长时间未对代码进行维护,可能会造成项目在不同环境上无法部署、运行BUG等问题,请知晓!项目仅供参考!
Stars: ✭ 16 (+14.29%)
Mutual labels:  iview
vueleopard
a simple 'vue iview webpack' admin leopard template
Stars: ✭ 16 (+14.29%)
Mutual labels:  iview
dproxy
简易的网络代理工具,带有IP白名单限制管,带有简洁的UI管理界面,提供丰富的API接口,可方便的与各个系统集成,可编译为单文件运行
Stars: ✭ 25 (+78.57%)
Mutual labels:  iview
skill6-website-frontend
技术流网站前端工程。网站名称:技术流,英文名:skill6。使用前后端分离架构,前端使用vue、nodejs、bootstrap、emement ui、iview等开源框架实现,主要功能有:登录注册、单点登录、restful设计、文章及评论、资源下载、提问答疑、视频教程等。持续更新中... 地址:
Stars: ✭ 21 (+50%)
Mutual labels:  iview
huybery-blog
spa blog by flask & vue
Stars: ✭ 28 (+100%)
Mutual labels:  iview
laravel5.4-webpack2-Vuejs2-iview2-spa-demo
一个简单的前后端分离单页blog应用,后端接口使用laravel5.4开发接口,前端使用webpack vuejs实现单页应用,后台使用iview2UI组件库
Stars: ✭ 17 (+21.43%)
Mutual labels:  iview
Vue Questionnaire
使用 Vue + CI 开发的简易问卷调查系统,演示账户:admin / admin
Stars: ✭ 220 (+1471.43%)
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 (+42.86%)
Mutual labels:  iview
vue-iview-admin-template
Vue 2.0 admin template based on View UI
Stars: ✭ 43 (+207.14%)
Mutual labels:  iview
vue-json-form
vue-json-form
Stars: ✭ 14 (+0%)
Mutual labels:  iview
seal
django-base-templates 主要为 django 开发DEMO, 支持 非前后端分离 和 前后端分离模式 。
Stars: ✭ 118 (+742.86%)
Mutual labels:  iview

CMS 完整能运行的后台管理系统,后台数据工程基于SpringMVC实现,前台界面工程基于Node.js+Vue.js+iView的架构实现。

工程结构介绍

 cms/
    * cms_data/ ---------- 后台数据工程
    * cms_web/  ---------- 前台界面工程
    * tb_menu_one.sql ---- 数据库初始化sql

关键技术功能介绍

一. 登录账号密码采用RSA非对称加密方式

由后端工程下发公钥,前端工程使用公钥对账号密码进行加密再进行login操作,有效避免账号密码暴露。 如下图所示:

foryou

二. 左侧菜单栏动态下发

左侧菜单栏的显示根据不同用户分配的权限下发不同的菜单,采用二级菜单的结构,如图所示: foryou

三. JWT做权限加密和超时管理

foryou foryou

四. 菜单栏路径配置

foryou foryou

五. 角色管理

可以创建不同角色,对角色分配菜单栏的界面权限 foryou

六. 用户管理

对用户进行编辑,冻结等操作,同时可以对不同用户分配角色,每个用户只能有一个角色。 foryou

github网速过慢,下面是码云上的仓库地址: https://gitee.com/WrathLi/cms-vue-iView/tree/master

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