No description
  • Vue 81.5%
  • TypeScript 17.1%
  • HTML 1%
  • JavaScript 0.3%
Find a file
Hornwitser 7ea223ed0d
All checks were successful
Build container image / image (push) Successful in 1m12s
Build container image / deploy (push) Successful in 8s
Fix infinite loop in reviewChanges logic
2026-04-19 03:39:24 +02:00
.forgejo/workflows Add automated deployment of develop branch 2026-04-11 01:15:21 +02:00
.vscode Convert project to TypeScript 2022-09-11 23:49:25 +02:00
public Initial port to vite, may explode things 2022-02-11 22:07:28 +01:00
src Fix infinite loop in reviewChanges logic 2026-04-19 03:39:24 +02:00
.browserslistrc init 2021-10-31 16:42:44 +01:00
.dockerignore Add docker build configurations 2022-09-27 18:31:27 +02:00
.editorconfig init 2021-10-31 16:42:44 +01:00
.eslintrc.js Convert project to TypeScript 2022-09-11 23:49:25 +02:00
.gitignore Remove auto generated TypeScript definitions 2023-06-11 22:07:32 +02:00
Dockerfile Use pnpm in Dockerfile 2026-04-11 00:48:50 +02:00
index.html add project title 2022-09-14 22:05:49 +02:00
nginx.conf Add docker build configurations 2022-09-27 18:31:27 +02:00
package.json Update builder to r2026.4.4 2026-04-11 00:32:11 +02:00
pnpm-lock.yaml Update builder to r2026.4.4 2026-04-11 00:32:11 +02:00
README.md Convert project to TypeScript 2022-09-11 23:49:25 +02:00
tsconfig.app.json Fix scroll into view behaviour of singlecompactnode 2022-09-13 23:38:58 +02:00
tsconfig.config.json Convert project to TypeScript 2022-09-11 23:49:25 +02:00
tsconfig.json Convert project to TypeScript 2022-09-11 23:49:25 +02:00
tsconfig.vitest.json Convert project to TypeScript 2022-09-11 23:49:25 +02:00
vite.config.js Remove rewriting of /api paths in dev proxy 2026-04-11 00:33:29 +02:00

hydraslayer

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

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 TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.