# vue3-admin-template **Repository Path**: wrpuser/vue3-admin-template ## Basic Information - **Project Name**: vue3-admin-template - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-29 - **Last Updated**: 2025-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装 - npm install -D vite - npm create vite@latest vue3-admin-template -- --template vue (npm create vite@latest / npm create vue@latest) - cd vue3-admin-template - npm install - npm run dev # 项目介绍 - 这是一个管理后台 - 前端使用vue3+vite+element-plus+pinia开发 - 后端使用nodejs开发,使用egg框架搭建 - 数据库使用mysql5.7 - 主要功能包含登录、权限、用户管理、角色管理、菜单管理、部门管理、字典管理、日志管理、文件上传、定时任务等