mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
revision: cli-dev profile section (#2560)
This commit is contained in:
parent
47ab4c8db9
commit
9dd4427cb5
1 changed files with 6 additions and 0 deletions
|
@ -33,6 +33,12 @@ Note: The CLI will fail to build projects in debug profile. This is currently un
|
|||
cargo install --path . --release
|
||||
```
|
||||
|
||||
### Developing The CLI
|
||||
It's faster to build the CLI using the `cli-dev` profile when testing changes.
|
||||
```shell
|
||||
cargo build --profile cli-dev
|
||||
```
|
||||
|
||||
## Get started
|
||||
|
||||
Use `dx new` to initialize a new Dioxus project.
|
||||
|
|
Loading…
Reference in a new issue