tauri-docs
tauri-docs copied to clipboard
The source for all Tauri project documentation.
**Is your feature request related to a problem? Please describe.** I have found throughout the documentation, that the front end is assumed to be written in javascript and the back...
if someone need a starter or a reference on tauri with Svelte and TailwindCSS [Check This Repo](https://github.com/goldcoders/rhugos)
Very cool library I just wrote a [post](https://gregbenner.life/web-view-apps-on-your-os/) looking at similar Looking at the docs I can't find a difference with dev and bundle for running a bundled binary like:...
Contains all frequently encountered issues and how to solve them. The most prominent problem solver being: ```sh cargo upgrade cargo install tauri-bundler --force ```
https://tauri.studio/docs/usage/development/development We need to tell people they can use `"devPath": "../dist"` - if they aren't using their own devserver.
Create this section in the docs (Usage > Tips). This section is supposed to bring useful clues to consumers so they can learn how to deal with some edge-cases, for...
Add a section dedicated to license compliance reports, for both Rust & JS dependencies. - need to determine whether it should be in "About", "Docs" or "API"; - generate Rust...
Add docs about Tauri's Mask definition: https://github.com/tauri-apps/tauri/blob/dev/maskfile.md Need to define whether it should appear in "Usage" > "Development" or "API" > "CLI".
While discussing errors, @wusyong recommended this approach: https://github.com/tauri-apps/tauri/issues/613#issuecomment-633921807 Basically on release stop errors from propegating (because during reversing this information can be very useful to the attacker). ``` [profile.release] panic...
So, with guijs and theia, we've seen a new pattern begin to emerge, and I think we should start thinking about adding a new pattern page. It is a "lowish-security"...