Update serve.md

This commit is contained in:
YuKun Liu 2023-05-02 09:43:32 -07:00 committed by GitHub
parent f6cd48c612
commit d8f76a9ebb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```