add routing

 add bulma
 add favicon
 add justfile
🔥 rm navbar
This commit is contained in:
lunarydess
2025-03-10 14:45:13 +01:00
parent 9a9be89650
commit c7b262cd49
12 changed files with 226 additions and 39 deletions

View File

@@ -10,6 +10,7 @@ publish = false
[dependencies]
js-sys = "0.3"
yew = { git = "https://github.com/yewstack/yew.git", rev = "550b2cc", features = ["csr"] }
yew-router = { git = "https://github.com/yewstack/yew.git", rev = "550b2cc" }
wasm-bindgen = { version = "0.2" }
log = { version = "0.4" }