Sen descrición

Aster 6271221940 Fix format and clippy %!s(int64=3) %!d(string=hai) anos
.github 8e23f5c335 ci: release build workflow %!s(int64=3) %!d(string=hai) anos
.vscode 07efeda124 wip: move to tokio/axum/etc %!s(int64=3) %!d(string=hai) anos
extension b23e69cfbb Refactor extension, make it easy to maintain and unique to register %!s(int64=3) %!d(string=hai) anos
src 6271221940 Fix format and clippy %!s(int64=3) %!d(string=hai) anos
tests ce628e1197 Fix compiler errors %!s(int64=3) %!d(string=hai) anos
.gitignore eb7388794a Replace struct-opt with clap %!s(int64=3) %!d(string=hai) anos
Cargo.toml ce628e1197 Fix compiler errors %!s(int64=3) %!d(string=hai) anos
README.md eb7388794a Replace struct-opt with clap %!s(int64=3) %!d(string=hai) anos
TODO.md 07efeda124 wip: move to tokio/axum/etc %!s(int64=3) %!d(string=hai) anos
out.rsx 44d7b32992 feat: publish cli %!s(int64=3) %!d(string=hai) anos
rustfmt.toml 6271221940 Fix format and clippy %!s(int64=3) %!d(string=hai) anos
test.html 44d7b32992 feat: publish cli %!s(int64=3) %!d(string=hai) anos

README.md

📦✨ dioxus-cli

Tooling to supercharge dioxus projects

Dioxus Logo

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.