No description
Find a file Use this template
2025-01-13 06:36:53 +03:00
.vscode initial commit 2024-12-13 17:20:14 +03:00
public initial commit 2024-12-13 17:20:14 +03:00
src migrating to tailwind v4 and daisy v5 2025-01-10 19:39:39 +03:00
src-tauri update cargo deps 2025-01-10 19:45:03 +03:00
.editorconfig initial commit 2024-12-13 17:20:14 +03:00
.gitignore initial commit 2024-12-13 17:20:14 +03:00
.prettierrc.json initial commit 2024-12-13 17:20:14 +03:00
bun.lockb update + remove extra deps 2025-01-13 06:36:53 +03:00
env.d.ts initial commit 2024-12-13 17:20:14 +03:00
eslint.config.js initial commit 2024-12-13 17:20:14 +03:00
index.html initial commit 2024-12-13 17:20:14 +03:00
package.json update + remove extra deps 2025-01-13 06:36:53 +03:00
README.md initial commit 2024-12-13 17:20:14 +03:00
tsconfig.app.json initial commit 2024-12-13 17:20:14 +03:00
tsconfig.json initial commit 2024-12-13 17:20:14 +03:00
tsconfig.node.json initial commit 2024-12-13 17:20:14 +03:00
vite.config.ts migrating to tailwind v4 and daisy v5 2025-01-10 19:39:39 +03:00

Tauri Template

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

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.

Project Setup

bun install

Compile and Hot-Reload for Development

bun tauri dev

Type-Check, Compile and Minify for Production

bun tauri build

Lint with ESLint

bun lint

Format

bun format