{"id":19268726,"url":"https://github.com/flingyp/vadmire-admin","last_synced_at":"2025-04-05T12:05:21.720Z","repository":{"id":40511507,"uuid":"497790713","full_name":"flingyp/vadmire-admin","owner":"flingyp","description":"一款基于 Vue3 + TypeScript + NaiveUI 等技术栈搭建的后台系统","archived":false,"fork":false,"pushed_at":"2024-12-24T06:17:45.000Z","size":29433,"stargazers_count":142,"open_issues_count":1,"forks_count":15,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-29T11:07:23.944Z","etag":null,"topics":["admin","admin-template","composition-api","naive-ui","template","typescript","vite","vue","vue3"],"latest_commit_sha":null,"homepage":"https://vadmire.top","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/flingyp.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-05-30T04:39:29.000Z","updated_at":"2025-03-26T13:27:38.000Z","dependencies_parsed_at":"2024-03-28T07:38:59.803Z","dependency_job_id":"68c8fe6f-1852-485b-a174-3db3c636e327","html_url":"https://github.com/flingyp/vadmire-admin","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flingyp%2Fvadmire-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flingyp%2Fvadmire-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flingyp%2Fvadmire-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flingyp%2Fvadmire-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flingyp","download_url":"https://codeload.github.com/flingyp/vadmire-admin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332603,"owners_count":20921853,"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","admin-template","composition-api","naive-ui","template","typescript","vite","vue","vue3"],"created_at":"2024-11-09T20:17:10.084Z","updated_at":"2025-04-05T12:05:21.697Z","avatar_url":"https://github.com/flingyp.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://github.com/flingyp/vadmire-admin\"\u003e\n        \u003cimg alt=\"VAdmin Logo\" width=\"140\" src=\"./public/logo.svg\"\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eVAdmire Admin\u003c/h1\u003e\n    \u003cdiv align=\"center\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/flingyp/vadmire-admin\" alt=\"License\" /\u003e\n        \u003cimg src=\"https://img.shields.io/badge/VAdmire%20Admin-Template-green\" alt=\"Backend Management System Template\" /\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\n**English** | [简体中文](https://github.com/flingyp/vadmire-admin/blob/main/README.zh-CN.md)\n\n## ⛷️ Introduction\n\n**VAmire Admin** is a universal backend management system template. It is based on a relatively new technology stack `Vite + Vue3 + TailwindCSS + TypeScript`.\n\nIt helps developers to start business development quickly and integrates many common features used in business development inside the system. It is also one of the reference projects for learning Vue3 related ecology.\n\n## ⚙️ Features\n\n- 💪 **Latest Technology Stack**: Vite + Vue + TailwindCSS + TypeScript\n- 🚀 **Development Experience**: The ultimate development experience\n- 🌛 **Dark Mode**: Built-in Dark Mode\n- 🌿 **System Theme**: Dynamically configure system theme color\n- 🏄‍♂️ **Permission Control**: Support both front and back end permission control solutions\n- ♻️ **Functional components**: Built-in multiple functional components and combinable functions\n- 🎇 **Composable Development**: advocate for making your code more concise and easy to read\n\n## 👣 Getting started\n\n```sh\n# Git clone\ngit clone https://github.com/flingyp/vadmire-admin.git\n\n# Installation dependencies\ncd vadmire-admin\npnpm install\n\n# Run\npnpm run dev\n\n# Build\npnpm run build\npnpm run build:mock # mock mode\n```\n\n## 🙌 Directory description\n\n```sh\n├─.github\n├─.husky\n├─.vscode\n├─mock\n├─build\n├─public\n├─src\n   ├─assets\n   │  ├─img\n   │  └─svg\n   ├─components\n   ├─composables\n   ├─directives\n   ├─layout\n   ├─modules\n   ├─requests\n   ├─router\n   ├─store\n   ├─styles\n   ├─types\n   ├─utils\n   └─views\n├─.editorconfig\n├─.env.development\n├─.env.production\n├─.eslintrc\n├─index.html\n├─tailwind.config.js\n└─vite.config.ts\n```\n\n## 💕 Contributing\n\nWelcome to use this backend template!\n\nIf you find any errors or have good ideas, please feel free to contact me to submit Issues or PRs.\n\n## 📑 License\n\n[MIT](https://github.com/flingyp/vadmire-admin/blob/main/LICENSE)\n\nCopyright (c) 2023 flingyp\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflingyp%2Fvadmire-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflingyp%2Fvadmire-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflingyp%2Fvadmire-admin/lists"}