Skip to content

Hitout/carsale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring boot + Vue 实现汽车销售管理系统

项目简介

本项目基于spring boot以及Vue开发,前端实现基于PanJiaChen所提供的开源后台项目vue-element-admin改造。

针对汽车销售提供客户信息、车辆信息、订单信息、销售人员管理、财务报表等功能,提供经理和销售两种角色进行管理。

食用指南

  1. 导入carsale.sql到数据库中
  2. 修改src/resources/application.yml的数据库连接信息
  3. 启动CarsaleApplication,访问localhost:8080

食用指南PLUS(Vue项目启动)

  1. 安装好node环境
  2. 在front目录下运行npm install安装所需要的包
  3. 在front目录下运行npm run dev,访问localhost:9527