Skip to content

Dolphin02/spring-boot-vuejs-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-vuejs-example

Demo project for Spring Boot + Vue.js

Document for Korean : http://itstory.tk/entry/Spring-Boot-Vuejs-연동하기

How to start

  1. Build front-end environment
cd frontend
npm install
npm run build
  1. Run Spring Boot
cd .. // go to project root directory
mvn spring-boot:run
  1. Connect to web browser

Open web browser and connect to http://localhost:8080/greeting

Result

About

Demo project for Spring Boot + Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.9%
  • Vue 20.5%
  • Java 16.3%
  • HTML 3.3%