https://github.com/devsoap/ds-gradle-vaadin
Gradle plugin for building Vaadin Flow 10/11/12/13/14/15 apps
https://github.com/devsoap/ds-gradle-vaadin
gradle java vaadin vaadin-flow
Last synced: about 3 hours ago
JSON representation
Gradle plugin for building Vaadin Flow 10/11/12/13/14/15 apps
- Host: GitHub
- URL: https://github.com/devsoap/ds-gradle-vaadin
- Owner: devsoap
- License: other
- Archived: true
- Created: 2018-02-27T13:57:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T18:26:28.000Z (over 5 years ago)
- Last Synced: 2023-03-04T16:19:24.898Z (over 3 years ago)
- Topics: gradle, java, vaadin, vaadin-flow
- Language: Groovy
- Homepage: https://devsoap.com/gradle-vaadin-flow-plugin
- Size: 900 KB
- Stars: 37
- Watchers: 7
- Forks: 13
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# DS Vaadin Flow Gradle Plugin
The Gradle Vaadin Flow plugin allows you to easily build Vaadin 10+ projects with Gradle. It allows you to create a new
projects from pre-made project templates, themes and components. It handles cross-compiling for older browsers which do
not yet support ES6 and helps with integrating with other useful Gradle plugins.
[](https://travis-ci.org/devsoap/ds-gradle-vaadin)
[](https://plugins.gradle.org/plugin/com.devsoap.vaadin-flow)
[](https://creativecommons.org/licenses/by-nd/4.0/)
[](https://devsoap.com)
# Getting started
To get started using the plugin have a look a the plugin documentation at https://docs.devsoap.com/vaadin_flow_gradle_plugin
# License
This plugin is distributed under the Creative Commons Attribution-NoDerivatives 4.0 International Public License. For more
information about the license see the LICENSE file in the root directory of the repository.
A signed CLA is required when contributing to the project.
# Contributing to the project
Checkout the [Contribution Guide](CONTRIBUTING.md) to learn how to develop this project locally.