Skip to content

Vaadin 14 | Installation

appreciated edited this page Oct 1, 2019 · 3 revisions

Installation under Maven

1. Update POM

Add the following lines to you POM

<dependency>
   <groupId>com.github.appreciated</groupId>
   <artifactId>app-layout-addon</artifactId>
   <version></version>
</dependency>

<!-- Should be there by default
<repository>
   <id>vaadin-addons</id>
   <url>https://maven.vaadin.com/vaadin-addons</url>
</repository> 
--> 

2. Run Maven goal

mvn vaadin:prepare-frontend