tauri/examples/navigation
Amr Bashir a178f95d68
feat: config schema generator (#5193)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-10-28 10:44:37 -03:00
..
public chore(examples): remove the legacy X-UA-Compatible meta (#5394) 2022-10-17 11:05:31 -03:00
main.rs chore: update license headers (#5067) 2022-08-28 15:13:21 -03:00
README.md docs(various): Improve Readability (#4225) 2022-05-27 10:06:11 +02:00
tauri.conf.json feat: config schema generator (#5193) 2022-10-28 10:44:37 -03:00

Navigation Example

A very simple Tauri Application with frontend navigation.

To execute run the following on the root directory of the repository: cargo run --example navigation --features window-create.