Bez popisu

dxps bb9b95fbd1 chore: typos před 2 roky
.fleet bbc9e1b3a2 feat: default plugin info před 2 roky
.github c36ab028b9 fix: docs workflow před 2 roky
.vscode 3630224659 feat: commit codee před 2 roky
docs ad1ed6cfb5 Merge branch 'master' into master před 2 roky
examples ded8f86279 feat: commit code před 2 roky
extension 7a6b58d793 wip: more tweaks před 2 roky
src bb9b95fbd1 chore: typos před 2 roky
tests 3269b2b5aa feat: add more options to translation před 3 roky
.gitignore fa52a8f71a Merge branch 'master' into jk/formatting-and-extension před 2 roky
Cargo.lock 98aa80d0c7 chore: commit cargo lock před 2 roky
Cargo.toml fa52a8f71a Merge branch 'master' into jk/formatting-and-extension před 2 roky
Dioxus.toml 3514e34112 feat: commit code před 3 roky
README.md c36ab028b9 fix: docs workflow před 2 roky
build.rs baab2b9b4f feat: use local bundle strategy před 3 roky
rustfmt.toml d1c619e5dc update edition před 3 roky

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.