No description
  • Vue 70.8%
  • TypeScript 27.7%
  • Pug 0.8%
  • HTML 0.7%
Find a file
2026-05-21 12:11:10 +02:00
.github/workflows publish 2025-11-04 11:26:09 +01:00
.mvn/wrapper publish 2025-11-04 11:26:09 +01:00
src feat: login to desktop app 2026-05-21 12:10:54 +02:00
.gitignore publish 2025-11-04 11:26:09 +01:00
index.html publish 2025-11-04 11:26:09 +01:00
LICENSE publish 2025-11-04 11:26:09 +01:00
mvnw publish 2025-11-04 11:26:09 +01:00
mvnw.cmd publish 2025-11-04 11:26:09 +01:00
package-lock.json publish 2025-11-04 11:26:09 +01:00
package.json publish 2025-11-04 11:26:09 +01:00
pom.xml release: 1.3.4 2026-05-21 12:11:10 +02:00
README.md publish 2025-11-04 11:26:09 +01:00
sonar-project.properties publish 2025-11-04 11:26:09 +01:00
tsconfig.json feat(pkce): proper code_verifier used 2025-12-03 12:34:25 +01:00
vite.config.ts feat(oauth): hide/disable irrelevant fields when using oauth 2025-12-05 11:34:25 +01:00

intens-db-service-dashboard

A dashboard for intens-db-service

Build Setup

To build the dashboard you need to first install its node dependencies

npm install

And then do the build with

npm run build

This will create a folder called dist in which the compiled output will be.