{"id":13506628,"url":"https://github.com/vanishcode/iview2-management-system","last_synced_at":"2025-03-30T05:31:13.019Z","repository":{"id":159070524,"uuid":"84942078","full_name":"vanishcode/iview2-management-system","owner":"vanishcode","description":"a basic management system example written by iview2.0 \u0026 Vue2.","archived":true,"fork":false,"pushed_at":"2017-06-04T09:05:19.000Z","size":189,"stargazers_count":262,"open_issues_count":3,"forks_count":120,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-03-24T05:17:12.839Z","etag":null,"topics":["iviewui","javascript","management-system","vuejs","vuejs2"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vanishcode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-03-14T11:37:03.000Z","updated_at":"2024-09-09T13:54:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"ceed8c92-a695-43c1-bf98-826f9c37de72","html_url":"https://github.com/vanishcode/iview2-management-system","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanishcode%2Fiview2-management-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanishcode%2Fiview2-management-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanishcode%2Fiview2-management-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanishcode%2Fiview2-management-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vanishcode","download_url":"https://codeload.github.com/vanishcode/iview2-management-system/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246281099,"owners_count":20752203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["iviewui","javascript","management-system","vuejs","vuejs2"],"created_at":"2024-08-01T01:00:54.761Z","updated_at":"2025-03-30T05:31:12.597Z","avatar_url":"https://github.com/vanishcode.png","language":"Vue","readme":"# iview2-manage-system\n\n基于Vue2 + iView2.0的后台管理系统解决方案简单示例.\n\n线上访问(不支持手机 / 已修复访问速度过慢的问题)：[电脑访问](http://139.199.33.111/dist)\n\n--------------\n\n### Notice\n* 6.4 因为精力有限，决定本项目不再维护，但其仍然是可用的，如需实际应用还请关注iview官网了解API变动。十分抱歉！\n\n--------------\n\n### 目前实现的功能及用到的组件\n- [x] 页面： [iView2.0](https://github.com/iview/iview)\n- [x] Markdown显示： [VueMarkdown](https://github.com/miaolz123/vue-markdown)\n- [x] Markdown编辑器： [MarkdownEditor](https://github.com/alecgorge/MarkdownEditor)\u0026amp[Vue-SimpleMDE](https://github.com/F-loat/vue-simplemde)\n- [x] 富文本框： [quillEditor](https://github.com/surmon-china/vue-quill-editor)\n- [x] 图表： [百度Echarts](http://echarts.baidu.com)\u0026amp[Vue-Echarts](https://github.com/xlsdg/vue-echarts-v3)\n- [x] 文件上传： [使用iView自带的文件上传组件](https://www.iviewui.com/components/upload)\n\n--------------\n\n### 使用\n```\nnpm i               // 安装依赖\nnpm run dev         // 本地开发\nnpm run build       // 生产部署\n```\n--------------\n\n### 目录结构\n\t|-- build                                  // webpack配置文件\n\t|-- config                                 // 项目打包路径\n\t|-- static                                 // 静态文件目录\n\t|-- src                                    // 源码目录\n\t|   |-- components                         // 组件\n\t|       |-- common                         // 全局\n\t|           |-- about.vue                  // 关于页面\n\t|           |-- index.vue                  // 入口\n\t|           |-- login.vue                  // 登录页面\n\t|   \t|-- page                           // 主要页面\n\t|           |-- eharts.vue                 // 百度echarts\n\t|           |-- form.vue                   // 表单\n\t|           |-- rtf.vue                    // 富文本框\n\t|           |-- markdown-viewer.vue        // markdown显示\n\t|           |-- markdown-editor.vue        // markdown编辑器\n\t|           |-- table.vue                  // 表格\n\t|           |-- upload.vue                 // 文件上传\n\t|   |-- App.vue                            // 页面入口\n\t|   |-- main.js                            // 程序入口\n\t|-- .babelrc                               // ES6语法编译配置\n\t|-- .editorconfig                          // 代码编写规格\n\t|-- .gitignore                             // push忽略文件\n\t|-- index.html                             // 入口html页面\n\t|-- package.json                           // 依赖及配置\n\t|-- README.md                              // 简介\n\t\n--------------\n\n### 截图预览\n![1](https://github.com/vanishcode/iview2-management-system/raw/master/static/screenshots/s1.png)\n\n![2](https://github.com/vanishcode/iview2-management-system/raw/master/static/screenshots/s2.png)\n\n![3](https://github.com/vanishcode/iview2-management-system/raw/master/static/screenshots/s3.png)\n\n----------------\n\n### 存在的问题及维护说明\n1.字体路径有错误，下次更新将会修复\n\n2.本项目只是简单示例，实际应用还需自行添加需要实现的功能\n\n3.部分内容参考了 [Vue2 后台管理系统解决方案](https://github.com/lin-xin/manage-system)\n\n---------------\n\n### 其他\n有任何问题或建议欢迎提出issue.\n\n---------------\n\n### License\n[MIT](https://opensource.org/licenses/MIT)","funding_links":[],"categories":["Related Projects","Vue","Demo示例"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanishcode%2Fiview2-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanishcode%2Fiview2-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanishcode%2Fiview2-management-system/lists"}