tauri/examples
dependabot[bot] ea03adee74
chore(deps-dev): bump vite from 4.4.9 to 4.4.12 in /examples/api (#8342)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.4.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.4.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 18:42:51 -03:00
..
.icons fix(cli): corrupted icons in bundled macOS icons (#5698) 2022-11-28 08:57:32 -03:00
api chore(deps-dev): bump vite from 4.4.9 to 4.4.12 in /examples/api (#8342) 2023-12-18 18:42:51 -03:00
commands refactor(api)!: Rename primitives mod to core (#8273) 2023-11-20 17:53:13 -03:00
file-associations chore: bump MSRV to 1.70 (#8031) 2023-10-17 11:08:15 -03:00
helloworld fix: custom protocol on Windows, change scheme on Android, closes #7801 (#7808) 2023-09-11 12:25:06 -03:00
isolation refactor(api)!: Rename primitives mod to core (#8273) 2023-11-20 17:53:13 -03:00
multiwindow refactor(core): implement on_page_load event using wry hook (#8116) 2023-10-27 10:00:59 -03:00
navigation fix: custom protocol on Windows, change scheme on Android, closes #7801 (#7808) 2023-09-11 12:25:06 -03:00
parent-window refactor(api)!: Rename primitives mod to core (#8273) 2023-11-20 17:53:13 -03:00
resources Merge branch '1.x' into dev 2023-10-20 08:56:02 -03:00
splashscreen refactor(api)!: Rename primitives mod to core (#8273) 2023-11-20 17:53:13 -03:00
state fix: custom protocol on Windows, change scheme on Android, closes #7801 (#7808) 2023-09-11 12:25:06 -03:00
streaming refactor(api)!: Rename primitives mod to core (#8273) 2023-11-20 17:53:13 -03:00
tauri-dynamic-lib chore: bump MSRV to 1.70 (#8031) 2023-10-17 11:08:15 -03:00
web refactor(api)!: Rename primitives mod to core (#8273) 2023-11-20 17:53:13 -03:00
workspace chore: bump MSRV to 1.70 (#8031) 2023-10-17 11:08:15 -03:00
README.md docs(examples): add missing Readme and clarify existing (#3327) 2022-02-04 17:56:57 -03:00

Examples

Following directories contain examples of tauri app functionality.

There are different execution steps depending on the example. See each directory README.md for execution method.