You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tauri + dioxus does not work, build a lot of time, hang
Steps To Reproduce
Steps to reproduce the behavior:
$ yarn create tauri-app
yarn create v1.22.22
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 🔨 Building fresh packages...
success Installed "create-tauri-app@4.5.9" with binaries:
- create-tauri-app
✔ Project name · tauri-dioxus-example
✔ Identifier · com.tauri-dioxus-example.app
✔ Choose which language to use for your frontend · Rust - (cargo)
✔ Choose your UI template · Dioxus - (https://dioxuslabs.com/)
Template created! To get started run:
cd tauri-dioxus-example
cargo tauri android init
cargo tauri ios init
For Desktop development, run:
cargo tauri dev
For Android development, run:
cargo tauri android dev
For iOS development, run:
cargo tauri ios dev
✨ Done in 16.79s.
$ cd tauri-dioxus-example
$ cargo tauri dev
Problem
tauri + dioxus does not work, build a lot of time, hang
Steps To Reproduce
Steps to reproduce the behavior:
I also post the code to https://github.com/getong/tauri-dioxus-example , you can clone and try it.
Expected behavior
tauri can load dioxus web page, not loading a lot of time
Screenshots
Environment:
Questionnaire
how to work with tauri and dioxus
The text was updated successfully, but these errors were encountered: