Sen descrición

Evan Almloff 33e3f9c360 move hot reloading utilities to dioxus repository %!s(int64=2) %!d(string=hai) anos
.fleet bbc9e1b3a2 feat: default plugin info %!s(int64=2) %!d(string=hai) anos
.github c36ab028b9 fix: docs workflow %!s(int64=2) %!d(string=hai) anos
.vscode 3630224659 feat: commit codee %!s(int64=2) %!d(string=hai) anos
docs ad1ed6cfb5 Merge branch 'master' into master %!s(int64=2) %!d(string=hai) anos
examples ded8f86279 feat: commit code %!s(int64=2) %!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 33e3f9c360 move hot reloading utilities to dioxus repository %!s(int64=2) %!d(string=hai) anos
tests ce628e1197 Fix compiler errors %!s(int64=3) %!d(string=hai) anos
.gitignore c7d962f250 fix: ignore `.DS_Store` %!s(int64=3) %!d(string=hai) anos
Cargo.lock 33e3f9c360 move hot reloading utilities to dioxus repository %!s(int64=2) %!d(string=hai) anos
Cargo.toml 33e3f9c360 move hot reloading utilities to dioxus repository %!s(int64=2) %!d(string=hai) anos
Dioxus.toml 3514e34112 feat: commit code %!s(int64=3) %!d(string=hai) anos
README.md c36ab028b9 fix: docs workflow %!s(int64=2) %!d(string=hai) anos
rustfmt.toml d1c619e5dc update edition %!s(int64=3) %!d(string=hai) anos

README.md

📦✨ Dioxus CLI

Tooling to supercharge Dioxus projects

dioxus-cli (inspired by wasm-pack and webpack) is a tool for getting Dioxus projects up and running. It handles all of the build, bundling, development and publishing to simplify web development.

Installation

Install stable version

cargo install dioxus-cli

Install from git repository

cargo install --git https://github.com/DioxusLabs/cli

Install from local folder

cargo install --path . --debug

Get Started

Use dioxus create project-name to initialize a new Dioxus project.

It will be cloned from the dioxus-template repository.


Alternatively, you can specify the template path:

dioxus create hello --template gh:dioxuslabs/dioxus-template

Dioxus Config File

Dioxus CLI will use Dioxus.toml file to Identify some project info and switch some cli feature.

You can get more configure information from Dioxus CLI Document.