The source code to my Homepage that I host at https://the-incredible-koni.xyz
Find a file
2025-10-21 20:44:51 +02:00
.vscode first commit 2025-10-20 22:33:20 +02:00
public first commit 2025-10-20 22:33:20 +02:00
src Major rework of the site's internals + update text 2025-10-21 20:43:13 +02:00
.editorconfig first commit 2025-10-20 22:33:20 +02:00
.gitattributes first commit 2025-10-20 22:33:20 +02:00
.gitignore Fix some small issues 2025-10-20 23:17:28 +02:00
env.d.ts first commit 2025-10-20 22:33:20 +02:00
eslint.config.ts first commit 2025-10-20 22:33:20 +02:00
index.html Major rework of the site's internals + update text 2025-10-21 20:43:13 +02:00
LICENSE Add License 2025-10-21 20:44:51 +02:00
package.json Major rework of the site's internals + update text 2025-10-21 20:43:13 +02:00
pnpm-lock.yaml Major rework of the site's internals + update text 2025-10-21 20:43:13 +02:00
README.md first commit 2025-10-20 22:33:20 +02:00
tsconfig.app.json first commit 2025-10-20 22:33:20 +02:00
tsconfig.json first commit 2025-10-20 22:33:20 +02:00
tsconfig.node.json first commit 2025-10-20 22:33:20 +02:00
vite.config.ts first commit 2025-10-20 22:33:20 +02:00

Homepage

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

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint