vaadin / quarkus

An extension to Quarkus to support Vaadin Flow
Apache License 2.0
28 stars 3 forks source link

Create a codestart for the extension #112

Closed mcollovati closed 1 year ago

mcollovati commented 1 year ago

A Quarkus Codestart is a way to allow extensions to provide the resources and code required/recommended to start using that particular extension, when using the Quarkus tooling (code.quarkus.io, Quarkus Maven plugin, Quarkus CLI) to create new projects.

https://quarkus.io/guides/extension-codestart#writing-an-extension-codestart

Consider adding a Hello World codestarter with the same code we have in the https://github.com/vaadin/base-starter-flow-quarkus repository, for a better DX for Quarkus users