{"id":20414461,"url":"https://github.com/x-extends/vxe-admin-template","last_synced_at":"2025-03-05T03:28:09.672Z","repository":{"id":258566726,"uuid":"860825387","full_name":"x-extends/vxe-admin-template","owner":"x-extends","description":"Vxe UI 管理系统模板","archived":false,"fork":false,"pushed_at":"2024-10-18T07:49:34.000Z","size":107,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-10-19T15:45:02.449Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://vxeui.com/admin-template-V4/","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/x-extends.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":"2024-09-21T09:12:03.000Z","updated_at":"2024-10-18T18:18:09.000Z","dependencies_parsed_at":"2024-10-19T15:45:10.748Z","dependency_job_id":"ce2c4af6-0e6a-4a50-9dbc-6c39bfec9a3a","html_url":"https://github.com/x-extends/vxe-admin-template","commit_stats":null,"previous_names":["x-extends/vxe-admin-template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-extends%2Fvxe-admin-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-extends%2Fvxe-admin-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-extends%2Fvxe-admin-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-extends%2Fvxe-admin-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/x-extends","download_url":"https://codeload.github.com/x-extends/vxe-admin-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241959054,"owners_count":20049161,"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":[],"created_at":"2024-11-15T06:10:09.845Z","updated_at":"2025-03-05T03:28:09.647Z","avatar_url":"https://github.com/x-extends.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vxe 后台管理系统模板\n\n一个基于 [Vxe UI](https://vxeui.com) 轻量级、极致流畅的系统模板\n\n## 版本\n\n基于 Vxe v4.x 对应 vue3.x 版本\n\n## 浏览器支持\n\n![Edge](https://raw.github.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/src/opera/opera_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/src/safari/safari_48x48.png)\n--- | --- | --- | --- | --- |\n80+ ✔ | 80+ ✔ | 90+ ✔ | 75+ ✔ | 10+ ✔ |\n\n## 在线预览\n\n👉 [点击查看 v4.x](https://vxeui.com/admin-template/)  \n👉 [点击查看 v3.x](https://vxeui.com/admin-template-v3/)  \n\n## 目录说明\n\n* api 后台接口\n* assets 静态资源（图片、视频等）\n* components 全局组件\n* i18n 国际化语言\n* router 路由目录\n  * config 路由配置文件（可按照业务进行模块拆分）\n  * index 路由及权限控制\n* store 全局数据仓库\n  * app 应用通用数据\n  * user 用户相关数据\n* plugins 插件目录\n  * vxe 组件库插件\n    * form 表单渲染器\n    * table 表格渲染器\n    * config 全局默认参数\n    * format 全局格式化\n  * ...其他插件\n* style 样式目录\n  * theme 主题文件\n* util 通用函数\n* views\n  * layout 页面布局\n  * error 错误相关页面\n  * login 登录注册\n  * home 首页\n  * systemManage 系统管理\n  * ...业务模块\n\n## 克隆代码\n```\ngit clone https://gitee.com/x-extends/vxe-admin-template.git\n```\n或\n```\ngit clone https://github.com/x-extends/vxe-admin-template.git\n```\n\n### 切换目录\n```\ncd vxe-admin-template\n```\n\n### 设置镜像源(可忽略)\n```\nnpm config set registry https://registry.npmmirror.com\n```\n\n### 更新依赖\n```\nnpm run update\n```\n\n### 运行项目\n```\nnpm run serve\n```\n\n## index.html\n\n首页 html 里面包含百度统计的脚本链接，记得正式使用时要移除掉。\n\n## 修改 Logo 图片\n\n* public/favicon.ico\n* src/assets/logo.png\n\n## 修改项目路径\n\nvite.config.ts 修改为\n\n```javascript\n// ...\nbase: '/',\n// ...\n```\n\n## 环境变量\n\n.env 通用环境变量配置文件  \n.env.production 正式环境变量配置文件\n\n## 打包正式环境生成 dist 目录\n```\nnpm run build\n```\n\n## 打包正式环境生成 zip 文件\n```\nnpm run build:zip\n```\n\n## Contributors\n\nThank you to everyone who contributed to this project.\n\n[![vxe-admin-template](https://contrib.rocks/image?repo=x-extends/vxe-admin-template)](https://github.com/x-extends/vxe-admin-template/graphs/contributors)\n\n## License\n\n[MIT](LICENSE) © 2019-present, Xu Liangzhan\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx-extends%2Fvxe-admin-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fx-extends%2Fvxe-admin-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx-extends%2Fvxe-admin-template/lists"}