cool.william.frontend
Owner: William Lindner
Setup a minimal React frontend and hook into Spring Boot tasks.
https://github.com/wlindner/gradle-setup-frontend-plugin
Sources: https://github.com/wlindner/spring-boot-zero-conf-react
Version 0.0.12
0.0.12
Created 07 December 2019.
Setup a minimal React frontend for your Spring Boot app.
Add this plugin to your build using the plugins DSL:
plugins {
id("cool.william.frontend") version "0.0.12"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.cool.william.frontend:gradle-setup-frontend-plugin:0.0.12") } } apply(plugin = "cool.william.frontend")
- Applying plugins to all subprojects .