All Projects → vanishcode → Iview2 Management System

vanishcode / Iview2 Management System

a basic management system example written by iview2.0 & Vue2.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Iview2 Management System

Nx Admin
👍 A magical 🐮 ⚔ vue admin,记得star
Stars: ✭ 2,497 (+879.22%)
Mutual labels:  management-system, vuejs2
munhasir
Sample RESTful single page web app with Go, MongoDB and VueJS. A platform for keeping diaries for those who are cautious(or paranoid).
Stars: ✭ 24 (-90.59%)
Mutual labels:  vuejs2
nuxt-blog
A Nuxt.js server side rendered blog app
Stars: ✭ 59 (-76.86%)
Mutual labels:  vuejs2
elekid
Resolver for React's Server Side Render on Module, ReactElement or Electron
Stars: ✭ 21 (-91.76%)
Mutual labels:  vuejs2
notes
📗 ✂️ Notes app written in Vue.js
Stars: ✭ 16 (-93.73%)
Mutual labels:  vuejs2
skr
🏆 Blog with manager (vue&ssr)
Stars: ✭ 16 (-93.73%)
Mutual labels:  vuejs2
social-network
Social Network made with Laravel + Vue + Love implementing TDD and Laravel Dusk tests
Stars: ✭ 25 (-90.2%)
Mutual labels:  vuejs2
vuejs-uib-pagination
Best and complete pagination plugin for Vue.js. Inspired in Angular Bootstrap Pagination.
Stars: ✭ 58 (-77.25%)
Mutual labels:  vuejs2
gpkeditor
markdown editor with peg.js
Stars: ✭ 15 (-94.12%)
Mutual labels:  vuejs2
quiplash
Quiplash replacement
Stars: ✭ 25 (-90.2%)
Mutual labels:  vuejs2
vue-jekyll
This Repo is a bare-bones template for building static sites that leverage a client-side JS framework for dynamic functionality.
Stars: ✭ 84 (-67.06%)
Mutual labels:  vuejs2
shopify-storefront-vue-apollo
Vue.js/Apollo version of Shopify storefront-api-examples in a Laravel project
Stars: ✭ 30 (-88.24%)
Mutual labels:  vuejs2
myblog
前端部分使用vue2.0-vuex-webpack-md编辑器,后端使用golang的beego框架的个人博客网站。代码中实际分为2个工程,beego和vue工程。部署将webpack打包后文件放在beego工程中。前后端路由分离。
Stars: ✭ 30 (-88.24%)
Mutual labels:  vuejs2
DncVueSample
A Vue.js + iview static html admin template project.
Stars: ✭ 17 (-93.33%)
Mutual labels:  vuejs2
vue-sauce
"View source" directive for Vue
Stars: ✭ 90 (-64.71%)
Mutual labels:  vuejs2
v-lazy-img
simplistic vue.js directive for image lazy loading
Stars: ✭ 25 (-90.2%)
Mutual labels:  vuejs2
vue-notification-bell
Vue.js notification bell component.
Stars: ✭ 64 (-74.9%)
Mutual labels:  vuejs2
matorral
An open-source, very simple & extensible project managent tool written using Django/Python
Stars: ✭ 21 (-91.76%)
Mutual labels:  management-system
vue-popover
Reusable popover component for Vue
Stars: ✭ 22 (-91.37%)
Mutual labels:  vuejs2
vue2-calendar
A lightweight calendar component for Vue2
Stars: ✭ 54 (-78.82%)
Mutual labels:  vuejs2

iview2-manage-system

基于Vue2 + iView2.0的后台管理系统解决方案简单示例.

线上访问(不支持手机 / 已修复访问速度过慢的问题):电脑访问


Notice

  • 6.4 因为精力有限,决定本项目不再维护,但其仍然是可用的,如需实际应用还请关注iview官网了解API变动。十分抱歉!

目前实现的功能及用到的组件


使用

npm i               // 安装依赖
npm run dev         // 本地开发
npm run build       // 生产部署

目录结构

|-- build                                  // webpack配置文件
|-- config                                 // 项目打包路径
|-- static                                 // 静态文件目录
|-- src                                    // 源码目录
|   |-- components                         // 组件
|       |-- common                         // 全局
|           |-- about.vue                  // 关于页面
|           |-- index.vue                  // 入口
|           |-- login.vue                  // 登录页面
|   	|-- page                           // 主要页面
|           |-- eharts.vue                 // 百度echarts
|           |-- form.vue                   // 表单
|           |-- rtf.vue                    // 富文本框
|           |-- markdown-viewer.vue        // markdown显示
|           |-- markdown-editor.vue        // markdown编辑器
|           |-- table.vue                  // 表格
|           |-- upload.vue                 // 文件上传
|   |-- App.vue                            // 页面入口
|   |-- main.js                            // 程序入口
|-- .babelrc                               // ES6语法编译配置
|-- .editorconfig                          // 代码编写规格
|-- .gitignore                             // push忽略文件
|-- index.html                             // 入口html页面
|-- package.json                           // 依赖及配置
|-- README.md                              // 简介

截图预览

1

2

3


存在的问题及维护说明

1.字体路径有错误,下次更新将会修复

2.本项目只是简单示例,实际应用还需自行添加需要实现的功能

3.部分内容参考了 Vue2 后台管理系统解决方案


其他

有任何问题或建议欢迎提出issue.


License

MIT

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