Няма описание

Jon Kelley deeb714fec Merge pull request #152 from Demonthos/reword-docs преди 2 години
.fleet bbc9e1b3a2 feat: default plugin info преди 2 години
.github c36ab028b9 fix: docs workflow преди 2 години
.vscode 3630224659 feat: commit codee преди 2 години
docs ab7d95852f Merge branch 'master' into reword-docs преди 2 години
examples ded8f86279 feat: commit code преди 2 години
extension 9d7aeb398b fix: vscode extension autofmt преди 2 години
src 840813d897 Merge pull request #155 from Demonthos/fix-wasm-incompat-errors-not-reported преди 2 години
tests 3269b2b5aa feat: add more options to translation преди 3 години
.gitignore fa52a8f71a Merge branch 'master' into jk/formatting-and-extension преди 2 години
Cargo.lock b196affb02 fix: changed flag name to `cross-origin-policy` преди 2 години
Cargo.toml 7fd9940379 fix: wasm version mismatch преди 2 години
Dioxus.toml 3514e34112 feat: commit code преди 3 години
README.md eb91d779cf started tests; some minor build optimization преди 2 години
build.rs baab2b9b4f feat: use local bundle strategy преди 3 години
rustfmt.toml d1c619e5dc update edition преди 3 години

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.