The icon of the project
Quinoa
Quinoa is a Quarkus extension which eases the development, the build and serving single page apps or web components (built with NodeJS: React, Angular, Vue, Lit, Svelte, Astro, SolidJS, Emberjs, Aurelia, Polymer …) alongside other Quarkus services (REST, GraphQL, Security, Events, ...). Live code the backend and frontend together with close to no configuration. When enabled in development mode, Quinoa will start the UI live coding server provided by the target framework and forward relevant requests to it. In production mode, Quinoa will run the build and process the generated files to serve them at runtime.

Documentation

Make sure to use the documentation to get your questions answered.

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkiverse.quinoa:quarkus-quinoa

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkiverse.quinoa:quarkus-quinoa"

Gradle

./gradlew addExtension --extensions="io.quarkiverse.quinoa:quarkus-quinoa"
This page was generated from the extension metadata published to the Quarkus registry. Spot a problem? Submit a change to the Quinoa extension's quarkus-extension.yaml and this content will be updated by the next extension release.