Project setup
You are going to learn how to create and configure Grails application with Vaadin plugin in this chapter.
There are two libraries that add support for development of Vaadin applications in Grails.
com.vaadinongrails:grails-vaadin-pluginadds all required jars on classpath and makes it possible to run Vaadin application instead of Grails.gspfiles.com.vaadinongrails:vaadin-gradle-pluginprovides support for development of Vaadin applications. This plugin adds new tasks:vaadin-quickstartgenerates boilerplate Vaadin projectvaadin-spring-quickstartgenerates boilerplate Vaadin project with Spring supportvaadin-compile-sasscompiles SASS into CSSvaadin-compile-widgetsetcompiles Widgetset
Last updated
Was this helpful?