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

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

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.

[![Build Status](https://api.travis-ci.org/devsoap/ds-gradle-vaadin.svg?branch=master)](https://travis-ci.org/devsoap/ds-gradle-vaadin)
[![Latest Release](https://img.shields.io/github/release/devsoap/ds-gradle-vaadin.svg)](https://plugins.gradle.org/plugin/com.devsoap.vaadin-flow)
[![License](https://img.shields.io/github/license/devsoap/ds-gradle-vaadin.svg)](https://creativecommons.org/licenses/by-nd/4.0/)
[![](https://hits.devsoap.com/hit/ds-gradle-vaadin-github.png)](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.