Fără Descriere

Evan Almloff 33e3f9c360 move hot reloading utilities to dioxus repository 2 ani în urmă
.fleet bbc9e1b3a2 feat: default plugin info 2 ani în urmă
.github c36ab028b9 fix: docs workflow 2 ani în urmă
.vscode 3630224659 feat: commit codee 2 ani în urmă
docs ad1ed6cfb5 Merge branch 'master' into master 2 ani în urmă
examples ded8f86279 feat: commit code 2 ani în urmă
extension b23e69cfbb Refactor extension, make it easy to maintain and unique to register 3 ani în urmă
src 33e3f9c360 move hot reloading utilities to dioxus repository 2 ani în urmă
tests ce628e1197 Fix compiler errors 3 ani în urmă
.gitignore c7d962f250 fix: ignore `.DS_Store` 3 ani în urmă
Cargo.lock 33e3f9c360 move hot reloading utilities to dioxus repository 2 ani în urmă
Cargo.toml 33e3f9c360 move hot reloading utilities to dioxus repository 2 ani în urmă
Dioxus.toml 3514e34112 feat: commit code 3 ani în urmă
README.md c36ab028b9 fix: docs workflow 2 ani în urmă
rustfmt.toml d1c619e5dc update edition 3 ani în urmă

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.