# 基于SpringBoot和Vue开发的前后端分离简单后台管理框架 **Repository Path**: yangyanfa/fruit-sales ## Basic Information - **Project Name**: 基于SpringBoot和Vue开发的前后端分离简单后台管理框架 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-17 - **Last Updated**: 2021-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fruitSales #### 介绍 基于SpringBoot和Vue开发的前后端分离简单后台管理框架 ![数据管理展示](https://images.gitee.com/uploads/images/2021/0417/192453_06256cbc_7865786.png "屏幕截图.png") ![添加数据展示](https://images.gitee.com/uploads/images/2021/0417/192636_47fe99e2_7865786.png "屏幕截图.png") ![饼状图展示](https://images.gitee.com/uploads/images/2021/0417/192700_297797e7_7865786.png "屏幕截图.png") ![柱状图展示](https://images.gitee.com/uploads/images/2021/0417/192719_421c4fa3_7865786.png "屏幕截图.png") #### 软件架构 技术栈: * 后端 1. SpringBoot 2. MyBatisPlus * 前端 1. Vue 2. Element-ui 3. ECharts 4. Axios #### 使用说明 1. 修改后端程序配置文件,MySQL账号密码以及 'mybatis-plus:mapper-locations:' 更改配置 2. 运行后端程序,快速启动类FruitSalesApplication 3. 前端程序打开Terminal 1. npm install 2. npm run serve