mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 14:18:27 +00:00
Update serve.md
This commit is contained in:
parent
f6cd48c612
commit
d8f76a9ebb
1 changed files with 9 additions and 1 deletions
|
@ -46,4 +46,12 @@ You can use `--example {name}` to start a example code.
|
||||||
```
|
```
|
||||||
# build `example/test` code
|
# build `example/test` code
|
||||||
dioxus serve --exmaple test
|
dioxus serve --exmaple test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Open Browser
|
||||||
|
|
||||||
|
You can add `--open` flag to open system default browser when server startup.
|
||||||
|
|
||||||
|
```
|
||||||
|
dioxus serve --open
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue