Go to file
Jose Conde cd5f4ad91a 0.1.12
2024-07-22 21:04:51 +02:00
.vscode initial commit 2024-06-29 16:40:11 +02:00
nginx 0.1.4 2024-07-17 22:52:07 +02:00
public 0.1.12 2024-07-22 21:04:51 +02:00
src 0.1.12 2024-07-22 21:04:51 +02:00
src-tauri 0.1.12 2024-07-22 21:04:51 +02:00
types 0.1.12 2024-07-22 21:04:51 +02:00
.dockerignore adding tauri 2024-07-18 23:52:33 +02:00
.eslintrc.cjs progress 2024-07-16 02:14:50 +02:00
.gitignore 0.1.12 2024-07-22 21:04:51 +02:00
.hmrc 0.1.12 2024-07-22 21:04:51 +02:00
.prettierrc.json progress 2024-07-16 02:14:50 +02:00
CHANGELOG.md 0.1.12 2024-07-22 21:04:51 +02:00
Dockerfile adding tauri 2024-07-18 23:52:33 +02:00
Dockerfile.bkp adding tauri 2024-07-18 23:52:33 +02:00
index.html initial commit 2024-07-05 01:31:55 +02:00
package-lock.json 0.1.12 2024-07-22 21:04:51 +02:00
package.json 0.1.12 2024-07-22 21:04:51 +02:00
README.md initial commit 2024-06-29 16:40:11 +02:00
tsconfig.app.json 0.1.12 2024-07-22 21:04:51 +02:00
tsconfig.json 0.1.12 2024-07-22 21:04:51 +02:00
tsconfig.node.json initial commit 2024-06-29 16:40:11 +02:00
tsconfig.vitest.json initial commit 2024-06-29 16:40:11 +02:00
vite.config.ts initial commit 2024-07-05 01:31:55 +02:00
vitest.config.ts initial commit 2024-06-29 16:40:11 +02:00

domino-client

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

Lint with ESLint

npm run lint