vaadin/spring-demo7

Name: spring-demo7

Owner: Vaadin

Description: null

Created: 2016-10-11 11:15:35.0

Updated: 2018-01-10 20:16:21.0

Pushed: 2016-11-03 09:51:27.0

Homepage: null

Size: 240

Language: CSS

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

spring-demo

Example of a full-blown Vaadin application that uses Spring.

Project Structure

The project consists of the following three modules:

Workflow

To compile the entire project, run “mvn install” in the parent project.

Other basic workflow steps:

Developing a theme using the runtime compiler

When developing the theme, Vaadin can be configured to compile the SASS based theme at runtime in the server. This way you can just modify the scss files in your IDE and reload the browser to see changes.

To use on the runtime compilation, open pom.xml of your UI project and comment out the compile-theme goal from vaadin-maven-plugin configuration. To remove an existing pre-compiled theme, remove the styles.css file in the theme directory.

When using the runtime compiler, running the application in the “run” mode (rather than in “debug” mode) can speed up consecutive theme compilations significantly.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.