An open API service indexing awesome lists of open source software.

https://github.com/xihuanxiaorang/vue3-admin

🌈 A lightweight Vue 3 admin template powered by Vite, TypeScript, Pinia, and Element Plus.
https://github.com/xihuanxiaorang/vue3-admin

admin element-plus i18n mockjs pinia typescript vite vue3

Last synced: 27 days ago
JSON representation

🌈 A lightweight Vue 3 admin template powered by Vite, TypeScript, Pinia, and Element Plus.

Awesome Lists containing this project

README

          

# vue3-admin

轻量、模块化、可配置的 Vue 3 后台管理系统模板,基于 Vite 5 + Vue 3 + TypeScript + Pinia + Element Plus 搭建,内置路由权限控制、动态菜单、暗黑模式、主题配置、国际化等常用功能,助力中后台项目快速启动。

## 主要特性

- 🌈 基于 Vue 3 Composition API 构建
- ⚡ 使用 Vite 5 提供极致开发体验
- 🧩 集成 Element Plus 作为主力 UI 框架
- 🗂️ 支持多级路由与动态菜单加载
- 🔐 权限控制:基于路由和角色的访问控制
- 🎨 主题配置:暗黑模式 / 自定义主题色
- 🌍 国际化支持(基于 `vue-i18n`)
- 💡 TypeScript 全面类型支持
- 📦 模块化项目结构,方便扩展与维护

## 技术栈

- Vue 3 + Vite + TypeScript
- Pinia
- Vue Router 4
- Element Plus
- UnoCSS / Sass

## 快速开始

```bash
pnpm install
pnpm dev
```