Lucas Fernandes Nogueira 715cbde384 feat(config): add `$schema` to `tauri.conf.json`, closes #3464 (#4031) пре 3 година
..
README.md e57a303748 docs(examples): add missing Readme and clarify existing (#3327) пре 3 година
commands.rs f1637d62df refactor(examples): remove unused files (#3762) пре 3 година
index.html 66916b739f chore: add `.prettierrc` in repo root (#2145) пре 4 година
main.rs f1637d62df refactor(examples): remove unused files (#3762) пре 3 година
tauri.conf.json 715cbde384 feat(config): add `$schema` to `tauri.conf.json`, closes #3464 (#4031) пре 3 година

README.md

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.