{"id":14976446,"url":"https://github.com/liuweijw/vue2-admin","last_synced_at":"2025-10-27T20:31:43.249Z","repository":{"id":107360514,"uuid":"123067323","full_name":"liuweijw/Vue2-Admin","owner":"liuweijw","description":"基于vue-element-admin、Vue2 权限、监控、管理系统（包含地图等嵌套）","archived":false,"fork":false,"pushed_at":"2018-07-04T08:28:19.000Z","size":14235,"stargazers_count":76,"open_issues_count":0,"forks_count":50,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-01T08:06:01.775Z","etag":null,"topics":["axios","element-ui","jwt","vue","vue-router","vue2","vue2-admin","vuex","webpack3"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liuweijw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-27T03:28:55.000Z","updated_at":"2024-12-23T14:24:55.000Z","dependencies_parsed_at":"2023-04-03T10:48:19.257Z","dependency_job_id":null,"html_url":"https://github.com/liuweijw/Vue2-Admin","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"daf5c1e94894c0b2bf6e50357c8ee65aba5e86f3"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuweijw%2FVue2-Admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuweijw%2FVue2-Admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuweijw%2FVue2-Admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuweijw%2FVue2-Admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liuweijw","download_url":"https://codeload.github.com/liuweijw/Vue2-Admin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238553193,"owners_count":19491386,"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":["axios","element-ui","jwt","vue","vue-router","vue2","vue2-admin","vuex","webpack3"],"created_at":"2024-09-24T13:53:53.976Z","updated_at":"2025-10-27T20:31:42.756Z","avatar_url":"https://github.com/liuweijw.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Vue2-Admin 简介\n\n`Vue2-admin` 是基于 [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) 一个后台包含登录、权限管理的精简版本，可以在基础上进行业务开发\n\n## 在线访问\n* [Vue2-Admin 点击访问](http://47.106.144.24/mall/index.html)\n\n## 前序准备\n\n你的本地环境需要安装 [node](http://nodejs.org/) 和 [git](https://git-scm.com/)。技术栈基于 [ES2015+](http://es6.ruanyifeng.com/)、[vue](https://cn.vuejs.org/index.html)、[vuex](https://vuex.vuejs.org/zh-cn/)、[vue-router](https://router.vuejs.org/zh-cn/) 、 [element-ui](https://github.com/ElemeFE/element) 和 [vue2-all](https://github.com/liuweijw/Vue2-All)\n\n## 数据接口准备\n\n你本地可以采用mock数据进行本地调试，同时也可以配合[服务接口API](https://github.com/liuweijw/fw-cloud-framework)进行开发\n\n注：去掉mock很容易，注释main.js 中的 import './mock' 并删除 mock 文件夹即可\n\n## 开发\n```bash\n# 克隆项目\ngit clone https://github.com/liuweijw/Vue2-Admin.git\n\n# 安装依赖\nnpm install\n   \n# 建议不要用cnpm安装 会有各种诡异的bug 可以通过如下操作解决 npm 下载速度慢的问题\nnpm install --registry=https://registry.npm.taobao.org\n\n# 启动服务\nnpm run dev\n```\n浏览器访问 http://localhost:9527\n\n## 发布\n```bash\n# 构建测试环境\nnpm run build:sit\n\n# 构建生成环境\nnpm run build:prod\n```\n\n## 其它\n```bash\n# --report to build with bundle size analytics\nnpm run build:prod --report\n\n# --preview to start a server in local to preview\nnpm run build:prod --preview\n\n# lint code\nnpm run lint\n\n# auto fix\nnpm run lint -- --fix\n```\n## 效果图\n![image](src/assets/temp/1.png)\n![image](src/assets/temp/2.png)\n![image](src/assets/temp/3.png)\n![image](src/assets/temp/4.png)\n![image](src/assets/temp/7.png)\n![image](src/assets/temp/5.png)\n![image](src/assets/temp/6.png)\n\n## 感谢\n\n[vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)\n\n[Vue2-All](https://github.com/liuweijw/Vue2-All)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliuweijw%2Fvue2-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliuweijw%2Fvue2-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliuweijw%2Fvue2-admin/lists"}