|
il y a 3 ans | |
---|---|---|
.github | il y a 3 ans | |
.vscode | il y a 3 ans | |
extension | il y a 3 ans | |
src | il y a 3 ans | |
tests | il y a 3 ans | |
.gitignore | il y a 4 ans | |
Cargo.toml | il y a 3 ans | |
README.md | il y a 3 ans | |
TODO.md | il y a 3 ans |
Tooling to supercharge dioxus projects
dioxus-studio (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.
Just install Rust, dioxus-cli, and you're good to go.
cargo install --git github.com/jkelleyrtp/dioxus-cli
Need a development server?
dioxus develop
Need to run an example?
dioxus develop --example textbox