No description
Find a file Use this template
Данила Горнушко 4f0704502a update ts
2025-01-10 18:06:51 +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 initial commit 2024-12-13 17:20:14 +03:00
src-tauri cargo update 2025-01-10 17:35:39 +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 ts 2025-01-10 18:06:51 +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 ts 2025-01-10 18:06:51 +03:00
postcss.config.js initial commit 2024-12-13 17:20:14 +03:00
README.md initial commit 2024-12-13 17:20:14 +03:00
tailwind.config.ts 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 initial commit 2024-12-13 17:20:14 +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