tauri
tauri copied to clipboard
⚠️ MOVED: https://github.com/svelte-add/svelte-add/ ⚠️ (work in progress) Add Tauri to your Svelte project
💫 Add (work in progress) Tauri to Svelte
This is an adder for svelte-add; you should read its README before continuing here.
➕ Adding (work in progress) Tauri
This adder's codename is tauri, and can be used like so:
npx svelte-add@latest tauri
🏞 Supported environments
This adder supports SvelteKit and Vite-powered Svelte apps (all the environments svelte-add currently supports).
⚙️ Options
This adder doesn't take any options of its own.
🛠 Using (work in progress) Tauri
After the adder runs,
-
You can configure Tauri in the
src-tauri/tauri.conf.jsonfile. -
You can import from the
"@tauri-apps/api"package to access the backend.