{"id":23167062,"url":"https://github.com/biugle/vue-admin","last_synced_at":"2025-08-18T06:32:11.983Z","repository":{"id":49842415,"uuid":"489622858","full_name":"biugle/vue-admin","owner":"biugle","description":"基于 Vue 的管理系统通用模板(可自由扩展与跨平台) [Vue3、AntdV、Vite、TypeScript、EsLint+Prettier]","archived":false,"fork":false,"pushed_at":"2024-06-20T09:36:41.000Z","size":2991,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-29T05:06:34.489Z","etag":null,"topics":["admin-system","ant-design-pro","ant-design-vue","antd","antd-admin","antd-admin-vue","antd-pro","antd-pro-vue","antd-vue","eslint","husky","prettier","scss","typescript","vite","vue","vue-admin","vue-admin-cli","vue-admin-template","vue3"],"latest_commit_sha":null,"homepage":"https://pandaoh.github.io/vue-admin/","language":"Vue","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/biugle.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":"2022-05-07T09:01:42.000Z","updated_at":"2024-06-20T09:36:45.000Z","dependencies_parsed_at":"2024-06-20T23:37:22.618Z","dependency_job_id":"f77f6c44-7f4f-426a-bb58-72eb8fe44aca","html_url":"https://github.com/biugle/vue-admin","commit_stats":null,"previous_names":["biugle/vue-admin","pandaoh/vue-admin"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biugle%2Fvue-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biugle%2Fvue-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biugle%2Fvue-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biugle%2Fvue-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biugle","download_url":"https://codeload.github.com/biugle/vue-admin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230206438,"owners_count":18190023,"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":["admin-system","ant-design-pro","ant-design-vue","antd","antd-admin","antd-admin-vue","antd-pro","antd-pro-vue","antd-vue","eslint","husky","prettier","scss","typescript","vite","vue","vue-admin","vue-admin-cli","vue-admin-template","vue3"],"created_at":"2024-12-18T02:16:56.228Z","updated_at":"2024-12-18T02:17:05.587Z","avatar_url":"https://github.com/biugle.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue-Admin\n\n\u003e 一个基于 Vue 的管理系统通用模板(可自由扩展与跨平台)\n\n* `2022-07-08` 更新\n  * 多级菜单与路由\n  * 面包屑导航\n  * 多路由切换与动态配置\n\n![2022-07-08](./2022_07_08.gif)\n\n------\n\n* 支持多标签页\n* 动态 KeepAlive 缓存\n* 动态路由刷新\n* 动态菜单与切换动画\n* 嵌套路由与单独组件刷新\n* 用户权限管理\n* 路由权限守卫\n* 全局数据状态管理\n* 根据 from/to 动态刷新路由\n* 状态与配置数据持久化\n* 路由切换动画\n* 页面刷新动画\n* 错误页面自动跳转\n* 代码简洁可控方便深度自定义\n\n## Technology Stack\n\n* Vue 3.x\n* TypeScript\n* Vite 3.x\n* Store\n* Scss/Less\n* Ant Design Vue 3.x\n* EsLint\n* Prettier\n* Husky\n\n## Use\n\n```bash\ngit clone https://github.com/biugle/vue-admin.git\n\nnpm i -g js-xcmd\nxcmd create-vue-admin [dir]\n```\n\n## Development\n\n* `npm install`\n* `npm run dev`\n\n## Preview\n\n* `npm run server`\n\n## Build\n\n* `npm run build`\n\n## Code Check\n\n* `npm run lint`\n\n## Docs\n\n* [Ant Design Vue](https://antdv.com/components/overview-cn/)\n* [Vue 3](https://v3.cn.vuejs.org/guide/introduction.html)\n* [Scss/Less](https://a.biugle.cn/sass_scss_less/)\n* [Vite](https://vitejs.cn/guide/)\n* [XHttp](https://www.npmjs.com/package/js-xhttp)\n\n## Others\n\n* [Issue](https://github.com/biugle/vue-admin/issues)\n* [Pull Request](https://github.com/biugle/vue-admin/pulls)\n* [hxbpandaoh@163.com](mailto:hxbpandaoh@163.com)\n* [Blog](http://a.biugle.cn)\n* Leo He\n\n## 待添加\n\n* 个人中心\n* 系统设置/动态主题配置\n* 高级业务组件 Table/Modal/Form...\n* 常用高频组件封装\n* 开发文档\n\n![2022-5-12](./readme.gif)\n\n## 部分设计与图稿[参考来源(vue3-antd-admin)](https://github.com/llyyayx/vue3-antd-admin)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiugle%2Fvue-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiugle%2Fvue-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiugle%2Fvue-admin/lists"}