Your Data Is Only Yours
Find a file
2025-09-11 17:38:02 +02:00
public Project start 2025-09-11 15:08:48 +02:00
src Added comments on empty files 2025-09-11 17:38:02 +02:00
tests Project start 2025-09-11 15:08:48 +02:00
.gitignore Project start 2025-09-11 15:08:48 +02:00
env.d.ts Project start 2025-09-11 15:08:48 +02:00
index.html Project start 2025-09-11 15:08:48 +02:00
package.json Project start 2025-09-11 15:08:48 +02:00
README.md Project start 2025-09-11 15:08:48 +02:00
tsconfig.app.json Project start 2025-09-11 15:08:48 +02:00
tsconfig.json Project start 2025-09-11 15:08:48 +02:00
tsconfig.node.json Project start 2025-09-11 15:08:48 +02:00
tsconfig.vitest.json Project start 2025-09-11 15:08:48 +02:00
vite.config.ts Project start 2025-09-11 15:08:48 +02:00
vitest.config.ts Project start 2025-09-11 15:08:48 +02:00

dexie-test

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

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit