cc-backend/web/frontend
Christoph Kluge 390bc4c223 Resize gauge card, hide scale on roofline, set colorDots to true
- Scale display switchable by new option 'showTime'
2022-10-07 15:01:14 +02:00
..
public Add buildInfo to frontend footer 2022-09-27 09:56:17 +02:00
src Resize gauge card, hide scale on roofline, set colorDots to true 2022-10-07 15:01:14 +02:00
package.json Add license and set name 2022-07-29 06:46:07 +02:00
README.md Import svelte web frontend 2022-06-22 11:20:57 +02:00
rollup.config.js Merge branch 'master' into dev-job-archive-module 2022-09-26 15:12:46 +02:00
yarn.lock Bump svelte from 3.44.2 to 3.49.0 in /web/frontend 2022-07-29 04:32:33 +00:00

cc-svelte-datatable

Build

A frontend for ClusterCockpit and cc-backend. Backend specific configuration can de done using the constants defined in the intro section in ./rollup.config.js.

Builds on:

Get started

Yarn is recommended for package management. Due to an issue with Yarn v2 you have to stick to Yarn v1.

Install the dependencies...

yarn install

...then start Rollup:

yarn run dev

Edit a component file in src, save it, and reload the page to see your changes.