# project-templat **Repository Path**: Double-CE/project-templat ## Basic Information - **Project Name**: project-templat - **Description**: 后台管理系统万用模版(SpringBoot+Vue3) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-02 - **Last Updated**: 2025-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 后台管理系统万用模版 #### 技术栈 前端:Vue3 + Element UI + Axios 后端:Springboot + MySQL + MyBatis-Plus #### 使用 拉取后,需要在前端项目中,引入axios等 ``` npm i // 下载依赖 npm run dev // 启动命令 ```