Sem descrição

YuKun Liu ba3f067ffb Merge pull request #112 from nilsmartel/patch-1 há 2 anos atrás
.fleet bbc9e1b3a2 feat: default plugin info há 2 anos atrás
.github c36ab028b9 fix: docs workflow há 2 anos atrás
.vscode 3630224659 feat: commit codee há 2 anos atrás
docs ead183dd2c Add minimal proxy capabilities to `dioxus serve` há 2 anos atrás
examples ded8f86279 feat: commit code há 2 anos atrás
extension 7a6b58d793 wip: more tweaks há 2 anos atrás
src 41e5ce367b Make error more illuminating há 2 anos atrás
tests 3269b2b5aa feat: add more options to translation há 3 anos atrás
.gitignore fa52a8f71a Merge branch 'master' into jk/formatting-and-extension há 2 anos atrás
Cargo.lock b15d7d4204 chore: Bump deps and fix failing compilation há 2 anos atrás
Cargo.toml ead183dd2c Add minimal proxy capabilities to `dioxus serve` há 2 anos atrás
Dioxus.toml 3514e34112 feat: commit code há 3 anos atrás
README.md eb91d779cf started tests; some minor build optimization há 2 anos atrás
build.rs baab2b9b4f feat: use local bundle strategy há 3 anos atrás
rustfmt.toml d1c619e5dc update edition há 3 anos atrás

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 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.