Jonathan Kelley d27af03e3f Remove the dioxus bin from the cli há 1 ano atrás
..
.github a9d7b4d32a Prepare CLI for move into mainline há 2 anos atrás
.vscode a9d7b4d32a Prepare CLI for move into mainline há 2 anos atrás
docs a9d7b4d32a Prepare CLI for move into mainline há 2 anos atrás
examples a9d7b4d32a Prepare CLI for move into mainline há 2 anos atrás
src 120fccc53d fix: full & hot reload há 1 ano atrás
tests a9d7b4d32a Prepare CLI for move into mainline há 2 anos atrás
.gitignore a9d7b4d32a Prepare CLI for move into mainline há 2 anos atrás
Cargo.lock a9d7b4d32a Prepare CLI for move into mainline há 2 anos atrás
Cargo.toml d27af03e3f Remove the dioxus bin from the cli há 1 ano atrás
Dioxus.toml a9d7b4d32a Prepare CLI for move into mainline há 2 anos atrás
README.md ec0fce3aef Update install location for CLI há 2 anos atrás
build.rs a9d7b4d32a Prepare CLI for move into mainline há 2 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/dioxus dioxus-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.