/vaadin-flow-light

Minimal Standalone Vaadin Flow Application Jar

Primary LanguageJavaThe UnlicenseUnlicense

Vaadin Light

Minimal Standalone Vaadin Flow Application Jar with Maven (~ 16MB).

Compiling

To compile the entire project, run mvn package.

Running

To run the application, locate the generated jar file in the target directory, and run java -jar <filename>.jar, e.g:

java -jar target/vaadin-flow-light-1.0-SNAPSHOT-jar-with-dependencies.jar

Then open http://localhost:8080/.