{"id":13688448,"url":"https://github.com/michalvavra/tauri-leptos-example","last_synced_at":"2025-05-01T19:31:01.711Z","repository":{"id":63775186,"uuid":"570644033","full_name":"michalvavra/tauri-leptos-example","owner":"michalvavra","description":"Tauri and Leptos example.","archived":false,"fork":false,"pushed_at":"2024-03-21T20:59:57.000Z","size":386,"stargazers_count":136,"open_issues_count":1,"forks_count":12,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-11-12T12:47:30.291Z","etag":null,"topics":["example","leptos","rust","tauri"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit-0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michalvavra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-25T17:45:29.000Z","updated_at":"2024-11-07T17:10:02.000Z","dependencies_parsed_at":"2024-01-17T06:07:25.334Z","dependency_job_id":"39f948da-1415-4ab4-a2d2-064ff70bc10c","html_url":"https://github.com/michalvavra/tauri-leptos-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalvavra%2Ftauri-leptos-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalvavra%2Ftauri-leptos-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalvavra%2Ftauri-leptos-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalvavra%2Ftauri-leptos-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michalvavra","download_url":"https://codeload.github.com/michalvavra/tauri-leptos-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251932632,"owners_count":21667183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["example","leptos","rust","tauri"],"created_at":"2024-08-02T15:01:13.965Z","updated_at":"2025-05-01T19:30:59.605Z","avatar_url":"https://github.com/michalvavra.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# tauri-leptos-example\n\n- [Tauri][tauri_web]\n- [Leptos][leptos_repo]\n\nSee [Prerequisites](#prerequisites) section.\n\nRequires Rust nightly. See Leptos [`nightly` note][leptos_nightly_note].\n\n```sh\n# Build and develop for desktop\ncargo tauri dev\n\n# Build and release for desktop\ncargo tauri build\n```\n\n## Prerequisites\n\n```sh\n# Tauri CLI\ncargo install --locked tauri-cli\n\n# Rust nightly (required by Leptos)\nrustup toolchain install nightly --allow-downgrade\n\n# WASM target\nrustup target add wasm32-unknown-unknown\n\n# Trunk WASM bundler\ncargo install --locked trunk\n\n# `wasm-bindgen` for Apple M1 chips (required by Trunk)\ncargo install --locked wasm-bindgen-cli\n\n# `esbuild` as dependency of `tauri-sys` crate (used in UI)\nnpm install --global --save-exact esbuild\n```\n\n## Credits\n\nAll credit for the counter example in [`./src-ui/src/lib.rs`](src-ui/src/lib.rs) goes to \nauthors and contributors of [gbj/leptos][leptos_repo] GitHub repository, \n[MIT License][leptos_license], Copyright 2022 Greg Johnston.\n\n[tauri_web]: https://tauri.app/\n[leptos_repo]: https://github.com/gbj/leptos\n[leptos_nightly_note]: https://github.com/gbj/leptos#nightly-note\n[leptos_license]: https://github.com/gbj/leptos/blob/e465867b30db8fccce7493f9fc913359246ac4bd/LICENSE","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichalvavra%2Ftauri-leptos-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichalvavra%2Ftauri-leptos-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichalvavra%2Ftauri-leptos-example/lists"}