|
пре 3 година | |
---|---|---|
.github | пре 3 година | |
.vscode | пре 3 година | |
extension | пре 3 година | |
src | пре 3 година | |
tests | пре 3 година | |
.gitignore | пре 4 година | |
Cargo.toml | пре 3 година | |
README.md | пре 3 година | |
TODO.md | пре 3 година |
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