Skip to content

qubic/qx-ui

Repository files navigation

qx-ui

A simple qx dashboard demo ui. Provides qx information and can be used as an example for how to call qx-service endpoints in your own app.

Prerequisites

This application uses node.js, vue and vite and bootstrapped with npm create. Easiest way to install npm is by using
nvm. For installing options see here.

The application was tested with the following versions:

$ npm -v
10.8.2
$ node -v
v20.18.0

Install and run

To install the dependencies and start the app in development mode run:

npm install
npm run dev

Then follow the on-screen instructions, for example:


  VITE v5.4.9  ready in 210 ms

  ➜  Local:   http://localhost:5173/
  ➜  Network: use --host to expose
  ➜  press h + enter to show help

Package

npm run build creates the application package in the dist folder for deployment.

About

Demo dashboard ui for the qx service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published