No description
  • Vue 64.7%
  • CSS 18.2%
  • TypeScript 13.6%
  • Shell 3%
  • HTML 0.3%
  • Other 0.2%
Find a file
NhProGamer b812ebc441
All checks were successful
Tag Format / tag-format (push) Successful in 2s
Build and Push Docker Image / build-and-push (release) Successful in 18s
docs(changelog): release v0.19.1
2026-07-06 20:41:35 +02:00
.forgejo/workflows fix(versioning): include 11 remote-only -pre tags in the remap 2026-06-09 14:39:57 +02:00
.serena restyle all auth pages: step indicators, display titles, back buttons, OTP timer 2026-04-23 13:46:37 +02:00
public chore: initial project scaffold (Vue 3 + Vite + TypeScript) 2026-04-14 12:56:44 +02:00
scripts fix(versioning): include 11 remote-only -pre tags in the remap 2026-06-09 14:39:57 +02:00
src chore(deps): upgrade zxcvbn to v4 2026-07-06 20:38:05 +02:00
.gitignore chore: initial project scaffold (Vue 3 + Vite + TypeScript) 2026-04-14 12:56:44 +02:00
CHANGELOG.md docs(changelog): release v0.19.1 2026-07-06 20:41:35 +02:00
components.json feat(ui): add shadcn-vue scaffolding (alert, sonner, cn helper) 2026-05-21 14:55:14 +02:00
Dockerfile feat: add Dockerfile and nginx config for production 2026-04-14 12:58:59 +02:00
index.html clean up style.css: remove old tokens and !important overrides 2026-04-23 13:17:51 +02:00
nginx.conf fix: preserve query params in nginx SPA fallback 2026-04-14 13:15:43 +02:00
package-lock.json chore(deps): upgrade zxcvbn to v4 2026-07-06 20:38:05 +02:00
package.json chore(deps): upgrade zxcvbn to v4 2026-07-06 20:38:05 +02:00
README.md chore: initial project scaffold (Vue 3 + Vite + TypeScript) 2026-04-14 12:56:44 +02:00
tsconfig.app.json fix: add @ path alias to TypeScript and Vite config 2026-04-25 17:24:06 +02:00
tsconfig.json feat(ui): add shadcn-vue scaffolding (alert, sonner, cn helper) 2026-05-21 14:55:14 +02:00
tsconfig.node.json chore: initial project scaffold (Vue 3 + Vite + TypeScript) 2026-04-14 12:56:44 +02:00
VERSIONING.md fix(versioning): include 11 remote-only -pre tags in the remap 2026-06-09 14:39:57 +02:00
vite.config.ts chore: remove primevue, drop preset and auto-import resolver 2026-05-21 14:58:16 +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.