mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-24 05:03:06 +00:00
No description
97abba4e3b
Replace StructOpt with Clap |
||
---|---|---|
.github/workflows | ||
.vscode | ||
extension | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
out.rsx | ||
README.md | ||
rustfmt.toml | ||
test.html | ||
TODO.md |
📦✨ dioxus-cli
Tooling to supercharge dioxus projects
About
dioxus-cli (inspired by wasm-pack and webpack) is a tool to help get dioxus projects off the ground. It handles all the build, development, bundling, and publishing to make web development simple.
Installation
# for stable
$ cargo install dioxus-cli
# for latest
$ cargo install --git https://github.com/DioxusLabs/cli
# for developing
$ cargo install --path . --debug
Now, dioxus
is in your path.