DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.37k stars 747 forks source link

`dx serve` should open simulator for mobile #2098

Open jkelleyrtp opened 3 months ago

jkelleyrtp commented 3 months ago

Feature Request

Right now our CLI tooling has no special casing for mobile. In our future efforts to inline mobile support #2091 , we should implement the ability to pop open simulators when using the cli to build apps.

This + hotreloading will make mobile development extremely smooth and within reach for most rust newbies.