Skip to content

Files

Latest commit

 

History

History

springwolf-ui

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