dioxus/packages/cli-config
Evan Almloff 245003a5d4
Create a Static Site Generation platform; Deduplicate hot reloading code (#2226)
* create static site generation helpers in the router crate

* work on integrating static site generation into fullstack

* move ssg into a separate crate

* integrate ssg with the launch builder

* simplify ssg example

* fix static_routes for child routes

* move CLI hot reloading websocket code into dioxus-hot-reload

* fix some unused imports

* use the same hot reloading websocket code for fullstack

* fix fullstack hot reloading

* move cli hot reloading logic into the hot reload crate

* ssg example working with dx serve

* add more examples

* fix clippy

* fix formatting

* fix hot reload doctest imports

* fix axum imports

* don't run server doc tests

* Fix hot reload websocket doc examples
2024-05-22 07:24:15 -05:00
..
src Create a Static Site Generation platform; Deduplicate hot reloading code (#2226) 2024-05-22 07:24:15 -05:00
.gitignore pull out the CLI config data into a separate library 2023-11-08 12:48:25 -06:00
build.rs Warn if cli-config is not available at compile time (#2135) 2024-03-26 19:10:26 -07:00
Cargo.toml Warn if cli-config is not available at compile time (#2135) 2024-03-26 19:10:26 -07:00
README.md Fix Outdated README.md (#2147) 2024-03-26 19:17:02 -07:00

📦 Dioxus CLI Configuration

The dioxus-cli-config contains the configuration for the dioxus-cli.