[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-8642":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":24,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":38,"readmeContent":39,"aiSummary":40,"trendingCount":16,"starSnapshotCount":16,"syncStatus":41,"lastSyncTime":42,"discoverSource":43},8642,"v3-admin-vite","un-pany\u002Fv3-admin-vite","un-pany","☀️ A crafted Vue3 admin template | Vue Admin | Vue Template | Vue3 Admin | Vue3 Template | Vue 后台 | Vue 模板 | Vue3 后台 | Vue3 模板","https:\u002F\u002Fun-pany.github.io\u002Fv3-admin-vite\u002F",null,"Vue",6969,1203,36,12,0,7,24,5,40.24,"MIT License",false,"main",true,[26,27,28,29,30,31,32,33,34,35,36,37],"admin","axios","element-plus","eslint","pinia","pnpm","sass","template","typescript","vite","vue","vue-router","2026-06-12 02:01:56","\u003Cdiv align=\"center\">\n  \u003Cimg alt=\"logo\" width=\"120\" height=\"120\" src=\".\u002Fsrc\u002Fcommon\u002Fassets\u002Fimages\u002Flayouts\u002Flogo.png\">\n  \u003Ch1>V3 Admin Vite\u003C\u002Fh1>\n\u003C\u002Fdiv>\n\n[![github release](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fv\u002Frelease\u002Fun-pany\u002Fv3-admin-vite?style=flat)](https:\u002F\u002Fgithub.com\u002Fun-pany\u002Fv3-admin-vite\u002Freleases)\n[![github stars](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fstars\u002Fun-pany\u002Fv3-admin-vite?style=flat)](https:\u002F\u002Fgithub.com\u002Fun-pany\u002Fv3-admin-vite\u002Fstargazers)\n[![gitee stars](https:\u002F\u002Fgitee.com\u002Fun-pany\u002Fv3-admin-vite\u002Fbadge\u002Fstar.svg)](https:\u002F\u002Fgitee.com\u002Fun-pany\u002Fv3-admin-vite\u002Fstargazers)\n[![atomgit stars](https:\u002F\u002Fatomgit.com\u002Fun-pany\u002Fv3-admin-vite\u002Fstar\u002Fbadge.svg)](https:\u002F\u002Fatomgit.com\u002Fun-pany\u002Fv3-admin-vite\u002Fstargazers)\n\n\u003Cb>English | \u003Ca href=\".\u002FREADME.zh-CN.md\">中文\u003C\u002Fa>\u003C\u002Fb>\n\n## Introduction \u003Ca href=\"https:\u002F\u002Fmp.weixin.qq.com\u002Fs\u002Fccuzm4ZlHvN-1XBBN2lduQ\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FAI-VibeCoding-black\">\u003C\u002Fa>\n\nV3 Admin Vite is a well-crafted backend management system template, built with popular technologies such as Vue3, Vite, TypeScript, and Element Plus, and offers a great AI Vibe Coding experience!\n\n## Notifications\n\n> [!IMPORTANT]\n> Welcome to experience the brand-new version 5.0, a masterpiece crafted with great care! If it helps you, feel free to give a Star to show your support.\n\n> [!WARNING]\n> Version 4.x will no longer be maintained unless there are critical bugs! [Click to switch to the 4.x branch](https:\u002F\u002Fgithub.com\u002Fun-pany\u002Fv3-admin-vite\u002Ftree\u002F4.x)\n\n> [!TIP]\n> Paid services are officially launched! If you don’t want to do it yourself but want to remove TS or other modules, try the lazy package! [Click to check it out](https:\u002F\u002Fgithub.com\u002Fun-pany\u002Fv3-admin-vite\u002Fissues\u002F225)\n\n> [!NOTE]\n> If you have mobile web app requirements, give the new open-source template [MobVue](https:\u002F\u002Fgithub.com\u002Fun-pany\u002Fmobvue) a try.\n\n## Usage\n\n\u003Cdetails>\n\u003Csummary>Recommended Environment\u003C\u002Fsummary>\n\n\u003Cbr>\n\n- Latest version of `Visual Studio Code` or AI IDE `Cursor` and `Trae`\n- Install the recommended plugins in the `.vscode\u002Fextensions.json` file\n- `node` 20.19+ or 22.12+\n- `pnpm` 10+\n\n\u003C\u002Fdetails>\n\n\u003Cdetails>\n\u003Csummary>Local Development\u003C\u002Fsummary>\n\n\u003Cbr>\n\n```bash\n# Clone the project\ngit clone https:\u002F\u002Fgithub.com\u002Fun-pany\u002Fv3-admin-vite.git\n\n# Enter the project directory\ncd v3-admin-vite\n\n# Install dependencies\npnpm i\n\n# Start the development server\npnpm dev\n```\n\n\u003C\u002Fdetails>\n\n\u003Cdetails>\n\u003Csummary>Build\u003C\u002Fsummary>\n\n\u003Cbr>\n\n```bash\n# Build for the staging environment\npnpm build:staging\n\n# Build for the production environment\npnpm build\n```\n\n\u003C\u002Fdetails>\n\n\u003Cdetails>\n\u003Csummary>Local Preview\u003C\u002Fsummary>\n\n\u003Cbr>\n\n```bash\n# Execute the build command first to generate the dist directory, then run the preview command\npnpm preview\n```\n\n\u003C\u002Fdetails>\n\n\u003Cdetails>\n\u003Csummary>Code Check\u003C\u002Fsummary>\n\n\u003Cbr>\n\n```bash\n# Code linting and formatting\npnpm lint\n\n# Unit tests\npnpm test\n```\n\n\u003C\u002Fdetails>\n\n\u003Cdetails>\n\u003Csummary>Commit Guidelines\u003C\u002Fsummary>\n\n\u003Cbr>\n\n`feat` New feature\n\n`fix` Bug fix\n\n`perf` Performance improvement\n\n`refactor` Code refactoring\n\n`docs` Documentation and comments\n\n`types` Type-related changes\n\n`test` Unit tests related\n\n`ci` Continuous integration, workflows\n\n`revert` Revert changes\n\n`chore` Chores (update dependencies, modify configurations, etc)\n\n\u003C\u002Fdetails>\n\n## Links\n\n**Online Preview**: [github-pages](https:\u002F\u002Fun-pany.github.io\u002Fv3-admin-vite)\n\n**Chinese Documentation**: [link](https:\u002F\u002Fjuejin.cn\u002Fpost\u002F7445151895121543209)\n\n**Zero to Hero Tutorial**: [link](https:\u002F\u002Fjuejin.cn\u002Fcolumn\u002F7207659644487139387)\n\n**Mobile Web App**: [mobvue](https:\u002F\u002Fgithub.com\u002Fun-pany\u002Fmobvue)\n\n**Electron Desktop Version**: [v3-electron-vite](https:\u002F\u002Fgithub.com\u002Fun-pany\u002Fv3-electron-vite)\n\n**Chinese Repository**: [gitee](https:\u002F\u002Fgitee.com\u002Fun-pany\u002Fv3-admin-vite), [atomgit](https:\u002F\u002Fatomgit.com\u002Fun-pany\u002Fv3-admin-vite)\n\n**Optional Group**: [check how to join](https:\u002F\u002Fgithub.com\u002Fun-pany\u002Fv3-admin-vite\u002Fissues\u002F191)\n\n**Donations**: [buy a coffee for the author](https:\u002F\u002Fgithub.com\u002Fun-pany\u002Fv3-admin-vite\u002Fissues\u002F69)\n\n**Releases & Changelog**: [releases](https:\u002F\u002Fgithub.com\u002Fun-pany\u002Fv3-admin-vite\u002Freleases)\n\n## Features\n\n**Simplified structure**: No complex encapsulation, no complicated type gymnastics, just enough to meet the needs\n\n**Detailed comments**: Every configuration item comes with as detailed comments as possible\n\n**Latest dependencies**: Keeps all third-party dependencies up to date\n\n**Consistency**: Unified code style, naming conventions, and comment style\n\n## Built-in Features\n\n**User Management**: Login, logout demonstration\n\n**Permission Management**: Page-level permissions (dynamic routing), button-level permissions (permission directives, permission functions), route guards\n\n**Multiple Environments**: Development, staging, and production environments\n\n**Multiple Themes**: Normal, dark, and deep blue themes\n\n**Multiple Layouts**: Left-side, top, and hybrid layouts\n\n**Homepage**: Different dashboard pages for different users\n\n**Error Pages**: 403, 404\n\n**Mobile Compatibility**: Layouts compatible with mobile screen resolutions\n\n**Others**: SVG sprite sheet, dynamic sidebar, dynamic breadcrumbs, tab navigation, content zoom and fullscreen, composable functions\n\n## Tech Stack\n\n**Vue3**: Vue3 + script setup with the latest Vue3 Composition API\n\n**Element Plus**: The Vue3 version of Element UI\n\n**Pinia**: The legendary Vuex5\n\n**Vite**: Really fast\n\n**Vue Router**: The routing system\n\n**TypeScript**: A superset of JavaScript\n\n**pnpm**: A faster, disk-space-saving package manager\n\n**Scss**: Consistent with Element Plus\n\n**CSS Variables**: Primarily controls layout and color in the project\n\n**ESLint**: Code linting and formatting\n\n**Axios**: Sends network requests\n\n**UnoCSS**: A high-performance, flexible atomic CSS engine\n\n## Project Preview Image\n\n![preview](.\u002Fsrc\u002Fcommon\u002Fassets\u002Fimages\u002Fdocs\u002Fpreview.png)\n\n## Contributors\n\nA big thank you to all the contributors!\n\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fun-pany\u002Fv3-admin-vite\u002Fgraphs\u002Fcontributors\">\n  \u003Cimg src=\"https:\u002F\u002Fcontrib.rocks\u002Fimage?repo=un-pany\u002Fv3-admin-vite\">\n\u003C\u002Fa>\n\n## License\n\n[MIT](.\u002FLICENSE) License © 2022-PRESENT [pany](https:\u002F\u002Fgithub.com\u002Fpany-ang)\n","V3 Admin Vite 是一个精心设计的后台管理系统模板。该项目基于 Vue3、Vite 和 TypeScript 构建，集成了 Element Plus 组件库，支持 Axios 用于数据请求，并使用了 Pinia 作为状态管理工具。项目还采用了 ESLint 进行代码规范检查，Sass 作为 CSS 预处理器，通过 pnpm 管理依赖。适合需要快速搭建现代化、响应式管理界面的应用场景，特别是对前端技术栈有一定要求的企业级项目。MIT 许可证下开源，社区活跃度高，便于开发者进行二次开发与定制。",2,"2026-06-11 03:19:04","top_language"]