tauri/examples
2022-05-25 13:15:21 -03:00
..
.icons Update macOS icon based on brand guidelines design (#4171) 2022-05-21 15:57:48 -03:00
api refactor: force semver versions, change updater should_install sig (#4215) 2022-05-25 13:15:21 -03:00
commands feat(config): add $schema to tauri.conf.json, closes #3464 (#4031) 2022-05-03 12:26:16 -03:00
helloworld feat(config): add $schema to tauri.conf.json, closes #3464 (#4031) 2022-05-03 12:26:16 -03:00
isolation feat(cli): prevent default bundle identifier from building, closes #4041 (#4042) 2022-05-04 10:48:38 -03:00
multiwindow chore(examples): use appWindow on multiwindow example 2022-05-19 16:12:37 -03:00
navigation feat(config): add $schema to tauri.conf.json, closes #3464 (#4031) 2022-05-03 12:26:16 -03:00
parent-window fix(examples): parent window example freezing and crashing, closes #4064 2022-05-05 20:57:32 -03:00
resources feat(core): update windows-rs to 0.37.0 (#4199) 2022-05-24 11:44:07 -03:00
sidecar feat(core): update windows-rs to 0.37.0 (#4199) 2022-05-24 11:44:07 -03:00
splashscreen feat(config): add $schema to tauri.conf.json, closes #3464 (#4031) 2022-05-03 12:26:16 -03:00
state feat(config): add $schema to tauri.conf.json, closes #3464 (#4031) 2022-05-03 12:26:16 -03:00
streaming refactor: use strip_prefix to remove request uri domain, ref #4132 2022-05-24 16:57:02 -03:00
tauri-dynamic-lib feat(core): update windows-rs to 0.37.0 (#4199) 2022-05-24 11:44:07 -03:00
updater feat(core): update windows-rs to 0.37.0 (#4199) 2022-05-24 11:44:07 -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.