Skip to content

Commit

Permalink
Merge pull request #8 from vaadin-miki/7-installation-instructions
Browse files Browse the repository at this point in the history
#7 done
  • Loading branch information
vaadin-miki authored Apr 20, 2020
2 parents ba61771 + d0f5758 commit 714d63e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,31 @@ Here are the limitations:

## Installation

### From Vaadin Directory

Maven dependency:
```
<dependency>
<groupId>org.vaadin.miki</groupId>
<artifactId>super-template</artifactId>
<version>0.1.0</version>
</dependency>
```

Maven repository:
```
<repository>
<id>vaadin-addons</id>
<url>https://maven.vaadin.com/vaadin-addons</url>
</repository>
```

### From GitHub packages

Follow instructions: https://github.com/vaadin-miki/super-template/packages

## Using

### Manual

Simply extend your custom template Java class from `SuperTemplate` instead of `PolymerTemplate`.
Expand Down
2 changes: 1 addition & 1 deletion assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<fileSets>
<fileSet>
<directory>..</directory>
<directory>.</directory>
<includes>
<include>LICENSE</include>
<include>README.md</include>
Expand Down

0 comments on commit 714d63e

Please sign in to comment.