No description
  • Vue 81.5%
  • TypeScript 15.5%
  • CSS 2.1%
  • Shell 0.8%
Find a file
NhProGamer d5e07c46c2
All checks were successful
Tag Format / tag-format (push) Successful in 2s
/ build-and-push (release) Successful in 20s
docs(changelog): release v0.31.2
2026-07-24 15:09:26 +02:00
.forgejo/workflows docs: SemVer policy + changelog + remap script + CI tag-format gate 2026-06-09 14:40:15 +02:00
.serena chore: remove dead dashboard chart placeholder and commented exports 2026-05-02 18:00:48 +02:00
.vscode Initial commit 2026-04-13 19:35:35 +02:00
public Initial commit 2026-04-13 19:35:35 +02:00
scripts docs: SemVer policy + changelog + remap script + CI tag-format gate 2026-06-09 14:40:15 +02:00
src fix(router): keep focus on query-only navigation 2026-07-24 15:09:26 +02:00
.dockerignore Add Dockerfile and nginx config 2026-04-13 23:32:57 +02:00
.env Migrate to OAuth2 PKCE auth and /admin/ base path 2026-04-14 12:13:34 +02:00
.env.production Migrate to OAuth2 PKCE auth and /admin/ base path 2026-04-14 12:13:34 +02:00
.gitignore Initial commit 2026-04-13 19:35:35 +02:00
CHANGELOG.md docs(changelog): release v0.31.2 2026-07-24 15:09:26 +02:00
components.json chore(ui): bootstrap shadcn-vue foundation alongside PrimeVue 2026-05-20 15:49:27 +02:00
Dockerfile Add Dockerfile and nginx config 2026-04-13 23:32:57 +02:00
index.html Initial commit 2026-04-13 19:35:35 +02:00
nginx.conf Migrate to OAuth2 PKCE auth and /admin/ base path 2026-04-14 12:13:34 +02:00
package-lock.json chore(deps): upgrade vue-router to v5 2026-07-06 20:35:06 +02:00
package.json chore(deps): upgrade vue-router to v5 2026-07-06 20:35:06 +02:00
README.md Initial commit 2026-04-13 19:35:35 +02:00
tsconfig.app.json Fix TypeScript build errors 2026-04-13 19:48:12 +02:00
tsconfig.json chore(ui): bootstrap shadcn-vue foundation alongside PrimeVue 2026-05-20 15:49:27 +02:00
tsconfig.node.json Initial commit 2026-04-13 19:35:35 +02:00
VERSIONING.md docs: SemVer policy + changelog + remap script + CI tag-format gate 2026-06-09 14:40:15 +02:00
vite.config.ts setup Tailwind CSS v4 with @tailwindcss/vite plugin 2026-04-23 15:55:02 +02:00

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.