Files
cc-backend/web/frontend
dependabot[bot] e67b2bdf91 Bump uplot from 1.6.31 to 1.6.32 in /web/frontend
Bumps [uplot](https://github.com/leeoniya/uPlot) from 1.6.31 to 1.6.32.
- [Release notes](https://github.com/leeoniya/uPlot/releases)
- [Commits](https://github.com/leeoniya/uPlot/compare/1.6.31...1.6.32)

---
updated-dependencies:
- dependency-name: uplot
  dependency-version: 1.6.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-10 07:19:20 +00:00
..
2025-04-23 17:59:26 +02:00

cc-frontend

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

Install the dependencies...

npm install

...then build using Rollup:

npm run build