vaadin-learning-center / flow-helloworld-maven-jetty

Minimal Standalone Vaadin Flow Application Jar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vaadin Light

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

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/.

About

Minimal Standalone Vaadin Flow Application Jar

License:The Unlicense


Languages

Language:Java 100.0%