Skip to content

Files

This branch is 141 commits behind springwolf/springwolf-core:master.

springwolf-ui

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 1, 2024
Jun 2, 2023
Jul 26, 2024
Mar 1, 2024
Oct 18, 2024
Jan 26, 2024
Oct 19, 2024
Oct 18, 2024
Nov 1, 2024
Nov 1, 2024
Jan 26, 2024
Jul 26, 2024
Jul 26, 2024
Jul 26, 2024

Logo Springwolf UI

Web UI for Springwolf

version springwolf-ui License

Usage

Add the following dependencies:

dependencies {
    runtimeOnly 'io.github.springwolf:springwolf-ui:<springwolf-version>'
}

After starting the application, visit: localhost:8080/springwolf/asyncapi-ui.html.

Development

Note: Check out our contribution guidelines before starting.

  1. Run npm i
  2. Run npm start

Mock Data

In development mode, the application renders content based on mock data referenced in src/app/service/mock.

Running tests

Run npm test

Code Formatting

We use spotless to check the formatting and auto-fix many violations via ../gradlew spotlessApply