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
- Host: GitHub
- URL: https://github.com/vaadin-component-factory/iron-iconset-flow
- Owner: vaadin-component-factory
- License: apache-2.0
- Created: 2022-08-02T23:41:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T14:11:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T00:36:36.272Z (4 months ago)
- Language: Java
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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