Awesome
Vaadin 14 Boot Example App using Gradle
A demo project showing the possibility of running a Vaadin 14 app from an
embedded Jetty, as a simple main()
method. Written in Java. Uses Vaadin Boot.
Both the development and production modes are supported. Also, the project demoes packaging itself into a zip file containing a list of jars and a runner script. See "Packaging for production" below for more details.
The Vaadin 14 Gradle Plugin is used to package all JavaScript dependencies via npm+webpack. See the Plugin home page for more details.
Looking for Maven version? Please see vaadin14-boot-example-maven
Looking for Vaadin 23 version? See vaadin-boot-example-gradle
Documentation
Please see the Vaadin Boot documentation on how you run, develop and package this Vaadin-Boot-based app.