kailong321200875/vue-element-plus-admin

A backend management system based on vue3, typescript, element-plus, and vite

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 52 minutes ago
Added to GitGenius on September 18th, 2026
Created on February 18th, 2022
Open Issues & Pull Requests: 143 (+0)
GitHub issues: Enabled
Number of forks: 871
Total Stargazers: 3,694 (+0)
Total Subscribers: 48 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.8 days
Mean response time: 62.2 days
90th percentile: 163.2 days
Tracked items: 50

Most active contributors

Sign in to see contributor activity.

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 66% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 68
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 562 days
Stale 30+ days: 67
Stale 90+ days: 67

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

vue-element-plus-admin is an admin template that provides a lean, extensible foundation for building backend management systems with Vue 3, TypeScript, Element Plus, and Vite.

The template addresses the need for a stable, reusable infrastructure for admin applications rather than a collection of demo pages. It keeps core capabilities that most admin systems require—session recovery, server-driven routes, multiple layout options, TagsView, request handling, forms, CRUD state management, theming, and internationalization—while leaving business logic and domain models to individual applications. Routes are fetched from the API and registered at runtime, eliminating the need for a separate frontend role-filtering mechanism. The project uses a pnpm workspace where shared, application-independent utilities live in a packages directory, allowing future applications to reuse infrastructure without importing admin-specific routes, stores, or assets.

This template suits teams building internal tools or management systems who want to avoid reinventing core admin patterns. It works well for projects that need multiple layout options—the tool provides four layouts (classic sidebar, top navigation, mixed navigation, and dual sidebar) all driven by the same route tree, with automatic fallback to mobile sidebar layouts below 768px. The approach differs from configuration-heavy wrapper components; the template uses Element Plus directly without BaseButton or Dialog/Table/Search wrappers, keeping the UI layer lean. The built-in mock API allows the demo to run fully offline in development and production, useful for showcasing without a backend.

The project maintains a focused scope with explicit package boundaries for reusable components, CRUD and form hooks, the request client, and theme variables. Development activity shows consistent maintenance of the workspace structure and tooling integration. The codebase emphasizes TypeScript safety across the template and shared packages. Documentation is provided through a separate VitePress application with responsive design and dark mode support.