Skip to content

Minimal Standalone Vaadin Application Jar with Maven (~ 6.2MB)

Notifications You must be signed in to change notification settings

amahdy/vaadin-light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vaadin Light

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

This project is a fork from samie's gist, to add some structure and upgrade the Vaadin version.

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-light-1.0-SNAPSHOT-jar-with-dependencies.jar

Then open http:https://localhost:8080/.

About

Minimal Standalone Vaadin Application Jar with Maven (~ 6.2MB)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages