/spring-vue-example

A Vue.js version of https://github.com/winterbe/spring-react-example

Primary LanguageJavaScript

Spring Boot Vue Example

A Vue.js version of this example ( https://github.com/winterbe/spring-react-example ).

The CommentBox 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