Prerequisites
Det här innehållet är inte tillgängligt på ditt språk än.
This is how you set up your computer for developing a Tauri project.
For the latest most up to date resource, check out the official docs.
Tauri is divided into two sections, the frontend and the backend. The frontend is everything that runs within a webview served by Tauri and the backend is anything that happens directly in the underlying binary of your application.
Depending on which frontend framework you choose you’ll need to set that up separately. Here’s a list of some frameworks I recommend:
- JavaScript
- Nuxt
- Solid
- Svelte
- Rust
- Leptos
- Sycamore
Install rustup and the latest stable version of Rust. Tauri is Rust based so it’s non-optional to have it installed.
Continue by jumping to platform specific instructions: