#dioxus #cli #webpack

bin+lib dioxus-cli

CLI tool for developing, testing, and publishing Dioxus apps

5 releases

new 0.3.1 Mar 24, 2023
0.3.0 Dec 11, 2022
0.1.4 Mar 21, 2022
0.1.1 Jan 9, 2022
0.1.0 Jan 20, 2021

#185 in Testing

Download history 29/week @ 2022-12-02 121/week @ 2022-12-09 74/week @ 2022-12-16 129/week @ 2022-12-23 70/week @ 2022-12-30 113/week @ 2023-01-06 71/week @ 2023-01-13 69/week @ 2023-01-20 91/week @ 2023-01-27 87/week @ 2023-02-03 99/week @ 2023-02-10 120/week @ 2023-02-17 165/week @ 2023-02-24 149/week @ 2023-03-03 132/week @ 2023-03-10 171/week @ 2023-03-17

646 downloads per month

MIT/Apache

150KB
3.5K SLoC

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

Dependencies

~59MB
~1M SLoC