No description
  • Vue 68.7%
  • TypeScript 25.9%
  • CSS 3.7%
  • HTML 1.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-26 16:57:16 +02:00
.idea Initial commit 2026-06-23 12:55:28 +02:00
.vscode remove rust stuff 2026-06-25 16:16:36 +02:00
public remove rust stuff 2026-06-25 16:16:36 +02:00
src fix mobile gallery view 2026-06-26 16:57:16 +02:00
.editorconfig move some configs 2026-06-25 15:14:05 +02:00
.gitattributes remove rust stuff 2026-06-25 16:16:36 +02:00
.gitignore remove rust stuff 2026-06-25 16:16:36 +02:00
.oxlintrc.json move some configs 2026-06-25 15:14:05 +02:00
.prettierrc.json move some configs 2026-06-25 15:14:05 +02:00
env.d.ts remove rust stuff 2026-06-25 16:16:36 +02:00
eslint.config.ts remove rust stuff 2026-06-25 16:16:36 +02:00
index.html remove rust stuff 2026-06-25 16:16:36 +02:00
package-lock.json fix mobile gallery view 2026-06-26 16:57:16 +02:00
package.json remove rust stuff 2026-06-25 16:16:36 +02:00
README.md remove rust stuff 2026-06-25 16:16:36 +02:00
tsconfig.app.json remove rust stuff 2026-06-25 16:16:36 +02:00
tsconfig.json remove rust stuff 2026-06-25 16:16:36 +02:00
tsconfig.node.json remove rust stuff 2026-06-25 16:16:36 +02:00
vite.config.ts basic album and asset fetching (FUCK CORS) 2026-06-25 16:56:12 +02:00

frontend

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint