Read-only mirror of https://github.com/StataBS/bs-dashboard-base-docs — Kanton Basel-Stadt. Issues & pull requests at the source.
  • Vue 60%
  • TypeScript 35.9%
  • CSS 3.7%
  • JavaScript 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Orhan Saeedi 66f8f45894 docs: document sparkline labels and v0.2.1 scale fix
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-18 18:11:51 +02:00
.github/workflows Initial commit 2026-07-29 18:19:52 +02:00
.vitepress Initial commit 2026-07-29 18:19:52 +02:00
components docs: document KPICard sparkline props for v0.2.0 2026-08-18 17:59:15 +02:00
markdown docs: document sparkline labels and v0.2.1 scale fix 2026-08-18 18:11:51 +02:00
.gitignore Initial commit 2026-07-29 18:19:52 +02:00
bun.lock Initial commit 2026-07-29 18:19:52 +02:00
env.d.ts Initial commit 2026-07-29 18:19:52 +02:00
LICENSE Initial commit 2026-07-29 18:19:52 +02:00
package.json Initial commit 2026-07-29 18:19:52 +02:00
postcss.config.js Initial commit 2026-07-29 18:19:52 +02:00
README.md Initial commit 2026-07-29 18:19:52 +02:00
tsconfig.json Initial commit 2026-07-29 18:19:52 +02:00

bs-dashboard-base Docs

Deutsche Dokumentation für den Nuxt-Layer bs-dashboard-base, gebaut mit VitePress.

Live (nach Deploy): https://statabs.github.io/bs-dashboard-base-docs/

Entwicklung

bun install
bun run dev

Voraussetzung: Sibling-Clone von bs-dashboard-base unter ../bs-dashboard-base (via file:-Dependency). Alternativ Dependency auf ein GitHub-Tag umstellen.

bun run build    # Ausgabe: .vitepress/dist
bun run preview  # Produktions-Build lokal ansehen

Struktur

  • markdown/ — Inhalte (Deutsch)
  • components/ — Live-Demos (*Example.vue, DemoContainer, AppConfigPlayground)
  • .vitepress/ — Config, Theme, Nuxt-Shims (Vorbild: DCC-BS/documentation)

Lizenz

GPL-3.0 (wegen Design System).