{"id":14968173,"url":"https://github.com/hsiangleev/element-plus-admin","last_synced_at":"2025-04-05T03:12:22.095Z","repository":{"id":37634917,"uuid":"320223955","full_name":"hsiangleev/element-plus-admin","owner":"hsiangleev","description":"基于vite+ts+elementPlus","archived":false,"fork":false,"pushed_at":"2023-09-07T08:51:50.000Z","size":1479,"stargazers_count":496,"open_issues_count":1,"forks_count":148,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-29T02:08:33.118Z","etag":null,"topics":["admin","element-plus","postcss","stylelint","typescript","vite","vue-next","vuejs3"],"latest_commit_sha":null,"homepage":"https://element-plus-admin.hsianglee.cn/","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/hsiangleev.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":"2020-12-10T09:35:13.000Z","updated_at":"2025-03-03T15:56:30.000Z","dependencies_parsed_at":"2024-12-28T15:11:23.500Z","dependency_job_id":"6420980f-1b08-4859-a267-114535b6d4d7","html_url":"https://github.com/hsiangleev/element-plus-admin","commit_stats":{"total_commits":82,"total_committers":1,"mean_commits":82.0,"dds":0.0,"last_synced_commit":"bc03bad7fa0421b88d74f43c151a5d9732ba7e49"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsiangleev%2Felement-plus-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsiangleev%2Felement-plus-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsiangleev%2Felement-plus-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsiangleev%2Felement-plus-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hsiangleev","download_url":"https://codeload.github.com/hsiangleev/element-plus-admin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280272,"owners_count":20912967,"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","element-plus","postcss","stylelint","typescript","vite","vue-next","vuejs3"],"created_at":"2024-09-24T13:39:27.589Z","updated_at":"2025-04-05T03:12:22.075Z","avatar_url":"https://github.com/hsiangleev.png","language":"Vue","readme":"\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"320\" src=\"https://images.hsianglee.cn/elementPlusAdmin/title.png\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/vuejs/vue-next\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/vue3-3.2.31-brightgreen.svg\" alt=\"vue\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/element-plus/element-plus\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/elementPlus-2.0.2-brightgreen.svg\" alt=\"element-plus\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/vitejs/vite\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/vite-2.8.4-brightgreen.svg\" alt=\"vite\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/microsoft/TypeScript\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/typescript-4.5.5-brightgreen.svg\" alt=\"typescript\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/postcss/postcss\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/postcss-8.4.6-brightgreen.svg\" alt=\"postcss\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/hsiangleev/element-plus-admin/blob/master/LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/mashape/apistatus.svg\" alt=\"license\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## 简介\n\n[element-plus-admin](https://github.com/hsiangleev/element-plus-admin) 是一个后台前端解决方案，它基于 [vue-next](https://github.com/vuejs/vue-next) 和 [element-plus](https://github.com/element-plus/element-plus)实现。它使用了最新的前端技术栈vite，typescript和postcss构建，内置了 动态路由，权限验证，皮肤更换，提供了丰富的功能组件，它可以帮助你快速搭建中后台产品原型。\n\n- [在线预览](https://element-plus-admin.hsianglee.cn/)\n\n- [Gitee](https://gitee.com/hsiangleev/element-plus-admin)\n\n## 前序准备\n\n你需要在本地安装 [node](http://nodejs.org/) 和 [git](https://git-scm.com/)。本项目技术栈基于 [ES2015+](http://es6.ruanyifeng.com/)、[vue-next](https://github.com/vuejs/vue-next)、[typescript](https://github.com/microsoft/TypeScript)、[vite](https://github.com/vitejs/vite)、[postcss](https://github.com/postcss/postcss) 和 [element-plus](https://github.com/element-plus/element-plus)，所有的请求数据都使用[Mock.js](https://github.com/nuysoft/Mock)进行模拟，提前了解和学习这些知识会对使用本项目有很大的帮助。\n\n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"900\" src=\"https://images.hsianglee.cn/elementPlusAdmin/element-plus-admin.png\"\u003e\n\u003c/p\u003e\n\n## 开发\n\n```bash\n# 克隆项目\ngit clone https://github.com/hsiangleev/element-plus-admin.git\n\n# 进入项目目录\ncd element-plus-admin\n\n# 安装依赖\nnpm install\n\n# 启动服务\nnpm run dev\n```\n\n浏览器访问 http://localhost:3002\n\n## 发布\n\n```bash\n# 发布\nnpm run build\n\n# 预览\nnpm run preview\n```\n\n## 其它\n\n```bash\n# eslint代码校验\nnpm run eslint\n\n# stylelint代码校验\nnpm run stylelint\n```\n\n## 浏览器\n\n**目前仅支持现代浏览器**\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](https://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](https://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](https://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](https://godban.github.io/browsers-support-badges/)\u003c/br\u003eSafari |\n| --------- | --------- | --------- | --------- |\n| Edge | last 2 versions | last 2 versions | last 2 versions |\n\n## 捐赠\n\n如果你觉得这个项目帮助到了你，你可以帮作者买一杯果汁表示鼓励 :tropical_drink:\u003c/br\u003e\n![donate](https://images.hsianglee.cn/pay/pay.png?v=0.0.2)\n\n## License\n\n[MIT](https://github.com/hsiangleev/element-plus-admin/blob/master/LICENSE)\n\nCopyright (c) 2020-present hsiangleev\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsiangleev%2Felement-plus-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhsiangleev%2Felement-plus-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsiangleev%2Felement-plus-admin/lists"}