{"id":19845721,"url":"https://github.com/artiely/antd-admin","last_synced_at":"2025-02-28T20:16:58.902Z","repository":{"id":87599103,"uuid":"161022674","full_name":"artiely/antd-admin","owner":"artiely","description":"ant-design-vue-pro","archived":false,"fork":false,"pushed_at":"2019-11-19T13:17:29.000Z","size":7207,"stargazers_count":15,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T12:33:29.925Z","etag":null,"topics":["ant-design-pro","ant-design-pro-vue","ant-design-vue-pro","element-admin","iview-admin","vue-admin"],"latest_commit_sha":null,"homepage":"http://120.78.174.212:8888/","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/artiely.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-09T09:10:50.000Z","updated_at":"2023-05-05T15:08:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"d963b6e5-cc0a-4332-8282-af902d20ec48","html_url":"https://github.com/artiely/antd-admin","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/artiely%2Fantd-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artiely%2Fantd-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artiely%2Fantd-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artiely%2Fantd-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artiely","download_url":"https://codeload.github.com/artiely/antd-admin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241224591,"owners_count":19929970,"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":["ant-design-pro","ant-design-pro-vue","ant-design-vue-pro","element-admin","iview-admin","vue-admin"],"created_at":"2024-11-12T13:09:03.148Z","updated_at":"2025-02-28T20:16:58.896Z","avatar_url":"https://github.com/artiely.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# antd-admin\n\n\u003e 个人项目 兴趣使然 业余时间开发，间歇性维护更新，目前测试 beta 版本\n\u003e antd-admin 基于 vue、ant-design-vue 构建开发，实现后台管理前端功能，提供一套更优的前端解决方案,能够让 Vue 开发者也享受到 Ant Design 的优秀设计\n\n\n(此项目不再维护，推荐新项目地址) https://github.com/artiely/vue-admin \n\n# feature\n\n- [x] 演示地址：[http://120.78.174.212:8888/](http://120.78.174.212:8888/) (个人测试服务器，随时无法访问,免费cdn也存在不稳定性)\n- [x] 真实接口\n- [x] 前后端分离，通过 token 进行数据交互，可独立部署\n- [x] pm2 本地一键部署\n- [x] 主题定制，通过 less 变量统一一站式定制\n- [x] 动态菜单，通过菜单管理统一管理访问路由，菜单按模块划分\n- [x] 通用权限控制\n      菜单级权限控制\n      接口级权限控制\n      元素级权限控制\n- [x] 真实后端数据支持\n- [x] 网络异常处理\n- [x] 登录/登出\n- [x] 自定义布局设置\n- [x] 自定义主题设置\n- [x] 标签页导航\n- [x] 全屏/退出全屏\n- [x] 面包屑模式\n- [x] 深度响应式\n- [x] ie9+支持\n- [x] 多国语言支持\n- [x] 基础组件库\n- [x] 业务组件库\n- [x] 富文本编辑器\n- [x] markdown 编辑器\n- [x] 内置 Markdown 拓展\n- [x] 内置 form-generator 拓展\n- [x] 发布时，可动态配置 CDN 静态资源／切换新旧版本\n- [ ] iframs 支持(废弃)\n- [ ] 色弱模式\n- [ ] 数据切换，通过 mock 配置对接口数据／mock 模拟数据进行切换\n\n# 使用\n\n``` bash\n# 克隆\ngit clone https://github.com/artiely/antd-admin.git\n\n# 安装依赖\nnpm install\n\n# 开发环境启动\nnpm run dev\n\n# 打包\nnpm run build\n\n# 依赖分析 dist/report.html\nnpm run report\n```\n\n# 项目介绍\n\n## 项目结构\n\n``` bash\n├─dist # 打包后的资源文件\n│  └─static\n│      ├─css\n│      ├─fonts\n│      ├─img\n│      └─js\n├─public # 无需编译的静态资源\n│  └─static\n│      └─js\n├─docs # 文档\n├─src # 项目源代码\n│  ├─api # 接口\n│  │  └─modules\n│  ├─common # 公用方法（包含指令和过滤器）\n│  ├─assets # 静态资源\n│  │  ├─img\n│  │  └─style\n│  ├─components # 业务公用组件\n│  │  └─layout\n│  ├─i18n  # 国际化\n│  ├─package # 基础组件（解耦业务）\n│  │  └─Layout\n│  ├─store # 全局状态管理\n│  │  └─modules\n│  ├─utils # 公用工具方法\n│  ├─router # 路由相关配置\n│  └─views # 视图页面\n│      ├─auth\n|          ├─template #业务组件\n│      ├─sys\n└─tests    # 测试\n    ├─e2e\n    │  ├─plugins\n    │  ├─specs\n    │  └─support\n    └─unit\n```\n\n## 配置需求\n\nNode.js \u003e= 10.x\nNPM \u003e= 6.x\n\n## 预览\n\n![](./docs/.vuepress/public/img/1.png)\n\n![](./docs/.vuepress/public/img/2.png)\n\n![](./docs/.vuepress/public/img/3.png)\n\n![](./docs/.vuepress/public/img/4.png)\n\n![](./docs/.vuepress/public/img/5.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartiely%2Fantd-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartiely%2Fantd-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartiely%2Fantd-admin/lists"}