No description
Find a file
2025-04-15 08:15:21 +02:00
.vscode initial commit 2025-04-14 07:32:53 +02:00
pb_migrations initial commit 2025-04-14 07:32:53 +02:00
public initial commit 2025-04-14 07:32:53 +02:00
src use router link to get to template list 2025-04-15 08:15:21 +02:00
.editorconfig initial commit 2025-04-14 07:32:53 +02:00
.gitattributes initial commit 2025-04-14 07:32:53 +02:00
.gitignore initial commit 2025-04-14 07:32:53 +02:00
.prettierrc.json initial commit 2025-04-14 07:32:53 +02:00
docker-compose.yml initial commit 2025-04-14 07:32:53 +02:00
Dockerfile initial commit 2025-04-14 07:32:53 +02:00
env.d.ts initial commit 2025-04-14 07:32:53 +02:00
eslint.config.ts initial commit 2025-04-14 07:32:53 +02:00
index.html initial commit 2025-04-14 07:32:53 +02:00
package.json add vueuse dep 2025-04-15 08:13:13 +02:00
pnpm-lock.yaml add vueuse dep 2025-04-15 08:13:13 +02:00
pnpm-workspace.yaml add vueuse dep 2025-04-15 08:13:13 +02:00
README.md initial commit 2025-04-14 07:32:53 +02:00
tsconfig.app.json initial commit 2025-04-14 07:32:53 +02:00
tsconfig.json initial commit 2025-04-14 07:32:53 +02:00
tsconfig.node.json initial commit 2025-04-14 07:32:53 +02:00
vite.config.ts initial commit 2025-04-14 07:32:53 +02:00

checksnotes

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

VSCode + Volar (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