dioxus/docs/router
2023-07-18 16:34:27 -07:00
..
examples use :.. instead of :... 2023-07-18 16:34:27 -07:00
src fix layout reference docs 2023-06-24 13:23:13 -07:00
.gitignore wip: add router 2022-01-24 03:01:04 -05:00
book.toml add rewritten router book and fix features code 2022-12-15 23:36:02 +01:00
Cargo.toml fix queries 2023-06-01 11:09:51 -05:00
README.md add rewritten router book and fix features code 2022-12-15 23:36:02 +01:00

The router book

How to run the tests

  • Navigate your terminal to this directory
  • Run cargo clean
  • Run cargo build --all --F regex -F serde -F web
  • Run mdbook test -L ../../target/debug/deps/