No description
  • Vue 62.3%
  • TypeScript 34.8%
  • CSS 1.8%
  • JavaScript 0.8%
  • HTML 0.3%
Find a file
Alexander Siol f69866740f fix: handle null category_id in AchievementModal group lookup
Prevent a TypeScript error during production build by explicitly checking if
`current.category_id` is null before passing it to `groupForCategory`.
2026-04-18 20:01:04 +02:00
.claude allow Claude access to the gw2 wiki 2026-02-26 22:20:01 +01:00
.vscode Default Vite + Vue TS project 2026-02-20 01:27:06 +01:00
public add basic logo 2026-03-10 23:10:00 +01:00
src fix: handle null category_id in AchievementModal group lookup 2026-04-18 20:01:04 +02:00
.env.sample add optional sentry integration 2026-02-22 01:09:53 +01:00
.gitignore Default Vite + Vue TS project 2026-02-20 01:27:06 +01:00
.prettierignore Add scaffolding for linting and testing 2026-02-20 01:48:25 +01:00
.prettierrc.json Add scaffolding for linting and testing 2026-02-20 01:48:25 +01:00
CLAUDE.md updated design patterns 2026-03-11 01:24:51 +01:00
eslint.config.js add browser globals for eslint 2026-02-22 22:05:56 +01:00
index.html add basic logo 2026-03-10 23:10:00 +01:00
package-lock.json add browser globals for eslint 2026-02-22 22:05:56 +01:00
package.json add dev-public script for testing more publicly 2026-04-18 18:17:42 +02:00
README.md Default Vite + Vue TS project 2026-02-20 01:27:06 +01:00
tsconfig.app.json Add scaffolding for linting and testing 2026-02-20 01:48:25 +01:00
tsconfig.json Default Vite + Vue TS project 2026-02-20 01:27:06 +01:00
tsconfig.node.json Default Vite + Vue TS project 2026-02-20 01:27:06 +01:00
vite.config.ts add tailwindcss 2026-02-20 19:52:05 +01:00
vitest.config.ts Add scaffolding for linting and testing 2026-02-20 01:48:25 +01: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.