examples: added example using Tailwind, CSR (only) and Trunk (#666)

This commit is contained in:
Vassil "Vasco" Kolarov
2023-03-17 16:45:49 +00:00
committed by GitHub
parent 55f9081465
commit b9bd1e103c
17 changed files with 1003 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ dependencies = [
{ name = "check", path = "examples/ssr_modes" },
{ name = "check", path = "examples/ssr_modes_axum" },
{ name = "check", path = "examples/tailwind" },
{ name = "check", path = "examples/tailwind_csr_trunk" },
{ name = "check", path = "examples/todo_app_sqlite" },
{ name = "check", path = "examples/todo_app_sqlite_axum" },
{ name = "check", path = "examples/todo_app_sqlite_viz" },