tauri-docs
tauri-docs copied to clipboard
The source for all Tauri project documentation.
Hi, I'm working on making videos/a user guide of using Tauri for absolute beginners. I'm pretty raw when it comes to computer coding and web development, but I spent the...
I ended up having to start over because I followed the guide which led me astray. I was following https://tauri.app/v1/guides/getting-started/setup/vite I started with `yarn create tauri-app` * `Create the Rust...
## Setup - link to nextjs setup - link to tauri setup - explain how to setup nextjs and tauri in one project - configuration - configure ecmascript target -...
Installation issue because of Brew (see https://discordapp.com/channels/616186924390023171/987144563388997662/987298158692413440 for more details) to add the FAQ.
Build resulting in a blank page with the following backtrace: thread '' panicked at 'Could not read asset tauri/build/index.tauri.html', .cargo/registry/src/github.com-1ecc6299db9ec823/tauri-0.9.2/src/server.rs:13:25 stack backtrace: 0: ::fmt 1: core::fmt::write 2: std::io::Write::write_fmt 3: std::panicking::default_hook::{{closure}}...
There are many places to configure things, and we need to do not only a better job documenting all the possibilities, but also explain how they interact and impact a...
Using this to track enhancements to migrated docs that aren't show-stoppers to migrate and that'd like to implement in the near future # Concepts - [ ] https://github.com/tauri-apps/tauri-docs/pull/590#discussion_r871358377 - [...
Adjust the requirements of code-signing and notarization. Based on apple developer docs and tested on corresponding version of macOS&Xcode. See [tauri-apps/tauri#4549](https://github.com/tauri-apps/tauri/issues/4549).
In https://tauri.app/v1/api/js/modules/fs#security, we are only told "if you need access to arbitrary filesystem paths, you must write such logic on the core layer instead" but what does "core layer" entail?...
Related to https://github.com/tauri-apps/tauri-docs/pull/726 - [ ] Add bot account to Netlify - [ ] Create API token for Netlify bot account and add to GitHub repo environment - [x] Update...