mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +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
|
||||
dioxus serve --exmaple test
|
||||
```
|
||||
```
|
||||
|
||||
## Open Browser
|
||||
|
||||
You can add `--open` flag to open system default browser when server startup.
|
||||
|
||||
```
|
||||
dioxus serve --open
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue