{"id":15030908,"url":"https://github.com/panjiachen/vue-admin-template","last_synced_at":"2025-12-15T15:06:09.199Z","repository":{"id":37359447,"uuid":"95412229","full_name":"PanJiaChen/vue-admin-template","owner":"PanJiaChen","description":"a vue2.0 minimal admin template ","archived":false,"fork":false,"pushed_at":"2024-04-27T17:06:42.000Z","size":1013,"stargazers_count":20261,"open_issues_count":319,"forks_count":7454,"subscribers_count":420,"default_branch":"master","last_synced_at":"2025-05-09T08:56:38.529Z","etag":null,"topics":["axios","element-ui","javascript","vue","vue-admin","vue-cli","vue-router","vuex"],"latest_commit_sha":null,"homepage":"https://git.io/fAnuM","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/PanJiaChen.png","metadata":{"files":{"readme":"README-zh.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":"2017-06-26T05:41:14.000Z","updated_at":"2025-05-09T03:01:47.000Z","dependencies_parsed_at":"2022-07-12T05:30:35.729Z","dependency_job_id":"fda100ba-09c3-49f7-8a40-eb2b2209a10d","html_url":"https://github.com/PanJiaChen/vue-admin-template","commit_stats":{"total_commits":232,"total_committers":12,"mean_commits":"19.333333333333332","dds":0.08620689655172409,"last_synced_commit":"4c18a3f47bdb417ad8a25f09910f848cb574dee2"},"previous_names":[],"tags_count":10,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PanJiaChen%2Fvue-admin-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PanJiaChen%2Fvue-admin-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PanJiaChen%2Fvue-admin-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PanJiaChen%2Fvue-admin-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PanJiaChen","download_url":"https://codeload.github.com/PanJiaChen/vue-admin-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253765473,"owners_count":21960735,"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","javascript","vue","vue-admin","vue-cli","vue-router","vuex"],"created_at":"2024-09-24T20:14:30.683Z","updated_at":"2025-12-15T15:06:03.864Z","avatar_url":"https://github.com/PanJiaChen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-admin-template\n\n\u003e 这是一个极简的 vue admin 管理后台。它只包含了 Element UI \u0026 axios \u0026 iconfont \u0026 permission control \u0026 lint，这些搭建后台必要的东西。\n\n[线上地址](http://panjiachen.github.io/vue-admin-template)\n\n[国内访问](https://panjiachen.gitee.io/vue-admin-template)\n\n目前版本为 `v4.0+` 基于 `vue-cli` 进行构建，若你想使用旧版本，可以切换分支到[tag/3.11.0](https://github.com/PanJiaChen/vue-admin-template/tree/tag/3.11.0)，它不依赖 `vue-cli`。\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eSPONSORED BY\u003c/b\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n   \u003ca href=\"https://finclip.com?from=vue_element\" title=\"FinClip\" target=\"_blank\"\u003e\n      \u003cimg height=\"200px\" src=\"https://gitee.com/panjiachen/gitee-cdn/raw/master/vue%E8%B5%9E%E5%8A%A9.png\" title=\"FinClip\"\u003e\n   \u003c/a\u003e\n\u003c/p\u003e\n\n## Extra\n\n如果你想要根据用户角色来动态生成侧边栏和 router，你可以使用该分支[permission-control](https://github.com/PanJiaChen/vue-admin-template/tree/permission-control)\n\n## 相关项目\n\n- [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)\n\n- [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)\n\n- [vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template)\n\n- [awesome-project](https://github.com/PanJiaChen/vue-element-admin/issues/2312)\n\n写了一个系列的教程配套文章，如何从零构建后一个完整的后台项目:\n\n- [手摸手，带你用 vue 撸后台 系列一(基础篇)](https://juejin.im/post/59097cd7a22b9d0065fb61d2)\n- [手摸手，带你用 vue 撸后台 系列二(登录权限篇)](https://juejin.im/post/591aa14f570c35006961acac)\n- [手摸手，带你用 vue 撸后台 系列三 (实战篇)](https://juejin.im/post/593121aa0ce4630057f70d35)\n- [手摸手，带你用 vue 撸后台 系列四(vueAdmin 一个极简的后台基础模板,专门针对本项目的文章,算作是一篇文档)](https://juejin.im/post/595b4d776fb9a06bbe7dba56)\n- [手摸手，带你封装一个 vue component](https://segmentfault.com/a/1190000009090836)\n\n## Build Setup\n\n```bash\n# 克隆项目\ngit clone https://github.com/PanJiaChen/vue-admin-template.git\n\n# 进入项目目录\ncd vue-admin-template\n\n# 安装依赖\nnpm install\n\n# 建议不要直接使用 cnpm 安装以来，会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题\nnpm install --registry=https://registry.npm.taobao.org\n\n# 启动服务\nnpm run dev\n```\n\n浏览器访问 [http://localhost:9528](http://localhost:9528)\n\n## 发布\n\n```bash\n# 构建测试环境\nnpm run build:stage\n\n# 构建生产环境\nnpm run build:prod\n```\n\n## 其它\n\n```bash\n# 预览发布环境效果\nnpm run preview\n\n# 预览发布环境效果 + 静态资源分析\nnpm run preview -- --report\n\n# 代码格式检查\nnpm run lint\n\n# 代码格式检查并自动修复\nnpm run lint -- --fix\n```\n\n更多信息请参考 [使用文档](https://panjiachen.github.io/vue-element-admin-site/zh/)\n\n## 购买贴纸\n\n你也可以通过 购买[官方授权的贴纸](https://smallsticker.com/product/vue-element-admin) 的方式来支持 vue-element-admin - 每售出一张贴纸，我们将获得 2 元的捐赠。\n\n## Demo\n\n![demo](https://github.com/PanJiaChen/PanJiaChen.github.io/blob/master/images/demo.gif)\n\n## Browsers support\n\nModern browsers and Internet Explorer 10+.\n\n| [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png\" alt=\"IE / Edge\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eIE / Edge | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png\" alt=\"Firefox\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eFirefox | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png\" alt=\"Chrome\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eChrome | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png\" alt=\"Safari\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eSafari |\n| --------- | --------- | --------- | --------- |\n| IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions\n\n## License\n\n[MIT](https://github.com/PanJiaChen/vue-admin-template/blob/master/LICENSE) license.\n\nCopyright (c) 2017-present PanJiaChen\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanjiachen%2Fvue-admin-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanjiachen%2Fvue-admin-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanjiachen%2Fvue-admin-template/lists"}