Minimal Standalone Vaadin Flow Application Jar with Maven (~ 16MB).
To compile the entire project, run mvn package
.
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/.