Project setup

We are going to learn how to create and configure Grails application with Vaadin plugin in this chapter.

First we need to get Grails installed on your local machine. Type grails --version in your console in order to make sure you have the latest version, because Vaadin plugin is always updated to work with latest version of both Vaadin and Grails frameworks.

If Grails is not on your local and you need some help with installation, follow these tutorials.

http://www.grailsexample.net/installing-a-grails-development-environment-on-os-x

http://www.grailsexample.net/installing-a-grails-development-environment-on-windows

http://www.grailsexample.net/installing-a-grails-development-environment-on-linux

Last updated