Skip to content

Vaadin 8 | Installation

appreciated edited this page Jun 25, 2018 · 2 revisions

1. Update your pom.xml

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

2. Install the dependency by running a Maven goal

Console

mvn clean install

4. Compile the theme by running a maven goal / using a IDE Plugin

Console

mvn vaadin:compile-theme

5. Redeploy/Restart your Vaadin Application if it was running before

6. Clear your browser cache then load your Vaadin Application