0.3.0-alpha.7 • Published 5 years ago
@arso-project/sonar-ui v0.3.0-alpha.7
sonar-ui
A web UI use and explore Sonar islands.
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 intodist
npm run build:static
- build the ui into a single HTML file underdist/index.html
0.3.0-alpha.7
5 years ago
0.3.0-alpha.6
5 years ago
0.3.0-alpha.5
5 years ago
0.3.0-alpha.1
5 years ago
0.2.2
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.1.5
5 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago