Skip to content

Dev server, hot CSS reload, and packaging tool for Dioxus apps. Includes VSCode Extension

Notifications You must be signed in to change notification settings

mrxiaozhuox/dioxus-cli

 
 

Repository files navigation

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

About

Dev server, hot CSS reload, and packaging tool for Dioxus apps. Includes VSCode Extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 91.2%
  • TypeScript 5.8%
  • HTML 2.2%
  • JavaScript 0.8%