|
hace 3 años | |
---|---|---|
.github | hace 3 años | |
.vscode | hace 3 años | |
extension | hace 3 años | |
src | hace 3 años | |
tests | hace 3 años | |
.gitignore | hace 3 años | |
Cargo.toml | hace 3 años | |
README.md | hace 3 años | |
TODO.md | hace 3 años | |
out.rsx | hace 3 años | |
test.html | hace 3 años |
Tooling to supercharge dioxus projects
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.
# 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.