tauri/examples
Lucas Fernandes Nogueira 3364b6727c
fix(cli): build command features and bundles can have multiple values (#8744)
* fix(cli): build command  and  can have multiple values

* add value delimiter on bundles

* gitignore dist
2024-02-03 09:14:02 -03:00
..
.icons fix(cli): corrupted icons in bundled macOS icons (#5698) 2022-11-28 08:57:32 -03:00
api fix(cli): build command features and bundles can have multiple values (#8744) 2024-02-03 09:14:02 -03:00
commands feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
file-associations feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
helloworld feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
isolation feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
multiwebview feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
multiwindow feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
navigation feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
parent-window feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
plugins/tauri-plugin-example feat(tauri-plugin): generate permissions reference markdown file for plugin (#8729) 2024-02-01 17:14:23 -03:00
resources feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
run-iteration feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
splashscreen feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
state feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
streaming feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
web feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
workspace feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -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.