0.6.11 • Published 2 years ago

@arsonar/ui v0.6.11

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

sonar-ui

A web UI use and explore Sonar collections.

React single page application. Uses sonar-client to talk to sonar-server over HTTP.

Usage

The Sonar UI is served whenever you start Sonar. If you start Sonar with ./sonar start --dev, a development server for UI development with hot reloading is mounted on http://localhost:9191/ui-dev.

You can also start the UI standalone:

# build the UI
node bin.js ui build

# serve the UI (needs `build` first)
node bin.js ui start

# serve the UI in live dev mode
node bin.js ui dev

This opens a dev server on http://localhost:55555. It needs a running sonar-server to work.

Building

  • npm run build - build js and html into dist
  • npm run build:static - build the ui into a single HTML file under dist/index.html
0.6.10

2 years ago

0.6.11

2 years ago

0.6.7

2 years ago

0.6.6

2 years ago

0.6.9

2 years ago

0.6.8

2 years ago

0.6.0-alpha.6

2 years ago

0.6.3

2 years ago

0.6.2

2 years ago

0.6.5

2 years ago

0.6.4

2 years ago

0.6.0-beta.1

2 years ago

0.6.0

2 years ago

0.6.0-alpha.5

2 years ago

0.6.0-alpha.3

2 years ago

0.6.0-alpha.4

2 years ago

0.6.0-alpha.1

2 years ago

0.6.0-alpha.2

2 years ago

0.5.0

3 years ago

0.4.0

3 years ago