{"id":20060551,"url":"https://github.com/zhou-tao/vue-power-admin","last_synced_at":"2025-03-17T05:10:56.798Z","repository":{"id":58006726,"uuid":"518757328","full_name":"zhou-tao/vue-power-admin","owner":"zhou-tao","description":"💪 A powerful admin based on Vue3.","archived":false,"fork":false,"pushed_at":"2024-09-18T02:09:24.000Z","size":3779,"stargazers_count":65,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-11T07:51:43.447Z","etag":null,"topics":["element-plus","pinia","typescript","unocss","vite","vue","vue-admin","vue3","vue3-admin"],"latest_commit_sha":null,"homepage":"https://vue-power-admin.netlify.app","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/zhou-tao.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-07-28T08:08:49.000Z","updated_at":"2024-11-30T15:34:25.000Z","dependencies_parsed_at":"2023-02-19T08:15:39.022Z","dependency_job_id":"d16657e2-edfc-410f-8536-c16047d8961c","html_url":"https://github.com/zhou-tao/vue-power-admin","commit_stats":{"total_commits":264,"total_committers":3,"mean_commits":88.0,"dds":0.09848484848484851,"last_synced_commit":"80f7a96100ef70223768936c1a41db5a28c7eb3a"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhou-tao%2Fvue-power-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhou-tao%2Fvue-power-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhou-tao%2Fvue-power-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhou-tao%2Fvue-power-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhou-tao","download_url":"https://codeload.github.com/zhou-tao/vue-power-admin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243976478,"owners_count":20377691,"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":["element-plus","pinia","typescript","unocss","vite","vue","vue-admin","vue3","vue3-admin"],"created_at":"2024-11-13T13:15:12.633Z","updated_at":"2025-03-17T05:10:56.776Z","avatar_url":"https://github.com/zhou-tao.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cp align=\"center\"\u003e\u003cimg alt=\"Vue-Power-Admin\" align=\"center\" src=\"./.github/logo.svg\" width=\"100\" /\u003e\u003c/p\u003e\u003cbr\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/zhou-tao/vue-power-admin/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/zhou-tao/vue-power-admin.svg\" alt=\"release version\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://app.netlify.com/sites/vue-power-admin/deploys\"\u003e\u003cimg src=\"https://api.netlify.com/api/v1/badges/309500b2-63d7-4313-a4e0-24ac7eb5ccab/deploy-status\" alt=\"deploy status\"\u003e\u003c/a\u003e\n  \u003c/p\u003e\n  \u003ch1\u003eVue Power Admin\u003c/h1\u003e\n\u003c/div\u003e\n\n**English** | [简体中文](./README.zh-CN.md)\n\n### :loudspeaker: Introduction\n\n\u003e [Vue Power Admin](https://vue-power-admin.netlify.app) is a fullstack project template for management systems. Built with Vite, Vue3 and [elements-plus](https://element-plus.org/zh-CN/).\n\n### :rocket: Features\n\n- **I18n** - Fine integrated with [vue-i18n](https://github.com/kazupon/vue-i18n)，takes zero step to make your project switchable between different languages\n- **Theming** - 6 presets themes and support for primary color runtime customization\n- **Layouts** - Built-in layouts switchable during runtime\n- **Fine-grained to actions level authority models**\n- **Rich built-in components** - Many built-in components that can help you sovle the daily usage scenarios\n- **Code automation** - Save time on repetitive works\n- **Coding with confidence** - Fine integrated with Simple-git-hooks and ESLint, ensure your code quality and make the code format more uniform in style\n- **Data mock** - Provide built-in mock support for realtime development api and production injection\n\n### :alarm_clock: Getting started\n\n```shell\n# download and pick `vpa-frontend` option\npnpm create vpa vue-power-admin\n\n# cd vue-power-admin\ncd vue-power-admin\n\n# install dependencies\npnpm i\n\n# start up\npnpm dev\n\n```\n\n### :heart: Contributing\n\nAll kinds of contributions are welcomed!\n\n[Contributors here](https://github.com/zhou-tao/vue-power-admin/graphs/contributors)\n\n### Thanks\n\nThis project cannot be done without these projects:\n\n* Vite\n* Vue3\n* Vue Router\n* Pinia\n* Typescript\n* ElementPlus\n* Unocss\n* Vue-i18n\n* MockJS\n* Eslint\n* Simple-git-hooks\n\n### LICENSE\n\n[MIT](./LICENSE) License \u0026copy; 2022-PRESENT toryz\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhou-tao%2Fvue-power-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhou-tao%2Fvue-power-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhou-tao%2Fvue-power-admin/lists"}