# spring-boot-vue **Repository Path**: appleyk/spring-boot-vue ## Basic Information - **Project Name**: spring-boot-vue - **Description**: 前后端项目分离,将vue项目嵌入到springboot项目中,利用maven插件,对vue项目进行包安装、构建和发布,最后启动springboot项目时,将前端构建的静态文件拷贝到指定的位置,并随着后端项目启动,可以在浏览器中直接访问前端页面 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2020-10-19 - **Last Updated**: 2026-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-vue #### 介绍 前后端项目分离但不分项目(聚合在一起)要怎么做呢?很简单,拿vue前端项目来说,将其嵌入到springboot项目中,利用maven插件,对其进行依赖安装、包构建和静态资源拷贝,最后启动SpringBoot项目时,通过 'http://ip:port/xxx' 的形式访问前端地址,即后端服务启动的同时,前端站点也相应的发布了!