Inizio Rapido
Tauri è compatibile con quasi tutti gli stack frontend. Scegli il tuo e inizia!
create-tauri-app
The easiest way to scaffold a new project is the create-tauri-app
utility. It provides opinionated templates for vanilla HTML/CSS/JavaScript and many frontend frameworks like React, Svelte, and Yew.
- Bash
- PowerShell
- Cargo
- npm
- Yarn
- pnpm
- Bun
sh <(curl https://create.tauri.app/sh)
irm https://create.tauri.app/ps | iex
cargo install create-tauri-app --locked
cargo create-tauri-app
npm create tauri-app@latest
yarn create tauri-app
pnpm create tauri-app
bunx create-tauri-app
Note that you do not need to follow the below guides if you use create-tauri-app
, but we still recommend reading one (such as the HTML/CSS/JavaScript guide) to understand the setup.
If you're unfamiliar with web development or have no favorite frontend stack you might find the HTML/CSS/JavaScript guide the most helpful. Ti guida per iniziare attraverso la configurazione del frontend più minimale possibile utilizzando Node o Cargo.
HTML, CSS, e JavaScript
Costruisci un'app Tauri usando HTML, CSS, e JavaScript tramite Node o Cargo
Next.js
Build a Tauri app using Next.js as the frontend build tool
Qwik
Build a Tauri app using Qwik as the frontend build tool
SvelteKit
Crea un'app tauri usando SvelteKit come strumento per il frontend
Vite
Costruisci un'app Tauri usando Vite come strumento di generazione del frontend
Integrate into Existing Project
If you already have an existing web project you can integrate Tauri into it
Se ti manca il tuo framework frontend prefetito o tool di compilazione, puoi sempre dare un occhiata alle guide Per Iniziare! Leggi le nostre linee guida su come contribuire e aiutaci!