Navigation Menu

Skip to content

terwer/spring-vue-ssr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Vue Ssr

A Vue.js Server side rendering with Spring Boot using Java 8 Nashorn Script Engine.

Main view is isomorphic: HTML is initially rendered on the server with Nashorn by utilizing renderToString. All interactive DOM manipulations are handled by Vue.js directly in the browser.

How to launch

mvn spring-boot:run

How to build JavaScript

npm install

npm run build

Releases

No releases published

Packages

No packages published

Languages