An open API service indexing awesome lists of open source software.

https://github.com/vaadin-component-factory/iron-iconset-flow


https://github.com/vaadin-component-factory/iron-iconset-flow

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Template Addon for Vaadin Flow

This project is a template for building new Vaadin Flow addons

This component is part of Vaadin Component Factory

## Running the component demo
Run from the command line:
- `mvn -pl vcf-template-demo -Pwar install jetty:run`

Then navigate to `http://localhost:8080/`

## Installing the component
Run from the command line:
- `mvn clean install -DskipTests`

## Profiles
### Profile "directory"
This profile, when enabled, will create the zip file for uploading to Vaadin's directory

### Profile "production"
This profile, when enabled, will execute a production build for the demo

## Using the component in a Flow application
To use the component in an application using maven,
add the following dependency to your `pom.xml`:
```

com.vaadin.componentfactory
vcf-template
${component.version}

```

## Flow documentation
Documentation for flow can be found in [Flow documentation](https://vaadin.com/docs/v14/flow/overview).

## License

Apache Licence 2