tauri-docs
tauri-docs copied to clipboard
The source for all Tauri project documentation.
Currently have to use `getCurrentVersion()` from utils/scripts.js to retrieve the "live" version of docs to assist with building a dynamic URL for a versioned doc. Raised https://github.com/facebook/docusaurus/issues/7402 upstream and I...
Before starting implementing some stuff like menu or system tray I wish I could see how it will render. The documentation in those parts ([Window Customization](https://tauri.studio/en/docs/usage/guides/visual/window-customization), [Window Menu](https://tauri.studio/en/docs/usage/guides/visual/menu) and [System...
Need to have a way to customise more of how we generate the JS and Rust API documentation
# TODO SSG is a performance optimization commonly found in traditional web development where static HTML pages are generated at build time and hydrated at runtime. This is done to...
# TODO Tauri exposes several environment variables to the `beforeDevCommand` and `beforeBuildCommand`, allowing frontend bundlers to perform conditional compilation. You can use this to write platform-specific JS code. # Details...
According to @lucasfernog one can still notarize an app using macOS private APIs, but will be rejected from the App Store.
## TODO Add a document to `getting-started` explaining how to set up typescript with Tauri, what the benefits are, and explain a few recommended settings. ## Details - what (short...
# TODO Explain how to use Tauri with a Vue frontend, show a few examples using various Tauri APIs and give some tips on configuration. # Details ## Setup -...
# TODO Explain how to use Tauri with a React frontend, show a few examples using various Tauri APIs and give some tips on configuration. # Details ## Setup -...
## Setup - link to rollup setup - link to tauri setup - add tauri to rollup project - consider using `babel` with recommend target config ```json "targets": { "esmodules":...