tauri/examples/commands
2022-11-03 18:01:47 -03:00
..
commands.rs feat(command): add rename_all attribute, closes #4898 (#4903) 2022-09-28 13:52:18 -03:00
index.html chore: run yarn format 2022-11-03 09:27:43 -03:00
main.rs feat(examples): add desktop/web application example (#5537) 2022-11-03 18:01:47 -03:00
README.md docs(examples): add missing Readme and clarify existing (#3327) 2022-02-04 17:56:57 -03:00
tauri.conf.json chore: run yarn format 2022-11-03 09:27:43 -03:00

Commands Example

A simple Tauri Application showcasing the command API.

To execute run the following on the root directory of the repository: cargo run --example commands.