cli icon indicating copy to clipboard operation
cli copied to clipboard

Dev server, hot reload, and packaging tool for Dioxus apps. Includes VSCode Extension

Results 20 cli issues
Sort by recently updated
recently updated
newest added

Some errors are not reported when using `dioxus serve`. Instead the compilation just lags forever. This seems to be more common when a crate is not compatable with wasm like...

Creates a wrapper around the [tauri-bundle](https://docs.rs/tauri-bundler/1.1.2/tauri_bundler/index.html) library to allow first party bundling for Dioxus. The tarui bundle library is more complete than the cargo-bundle library. Windows support is more stable...

Using 'dioxus serve' with the following project does not work due to inherited workspace fields not being handled correctly. > **Cargo.toml** > ```toml > [workspace] > > [workspace.package] > authors...

installing from crate.io and github result in the same compile error. Can anyone confirm that it's not just me who’s having this problem. ``` error[E0592]: duplicate definitions with name `is_soa`...

When I am trying to translate valid `html` into `rsx` I am getting this output and error messages. Html code: ``` ``` Using the Dioxus plugin in vs code when...

- [x] Plugin storage & work in user project folder - [x] deleted tools code - [x] auto-check plugin version conflict - [x] plugin install command (install from git repo)...

enhancement

PR #57 replaces the `tool` command with the `plugin` command, but forgets to make the `plugin add` command actually do anything. As a first time user of dioxus, I was...

We need a command `publish` that can help users auto-publish & deploy web-project to some hosting platforms. - [ ] Github Action - [ ] Vercel ## Github Action [Action](https://github.com/DioxusLabs/deploy-action)...

enhancement

![企业微信截图_16779097011199](https://user-images.githubusercontent.com/23098033/222879323-f26cab00-f57f-44a2-bf91-5097bfeef943.png) In my opinion, the "dist" should be replaced with the value of out_dir variable.

Dearest Maintainer, Thank you for your work on the project. The "Dioxus CLI Document" link goes to https://dioxuslabs.com/cli/configure.html which 404s. I am unsure where it should go. I was trying...