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

25
justfile Normal file
View File

@@ -0,0 +1,25 @@
#!/usr/bin/env just --justfile
install-wasm-pack:
cargo install wasm-pack
install-tauri:
cargo install tauri-cli
trunk-serve:
trunk serve
build:
trunk build
tauri-dev:
cargo tauri dev
tauri-build:
cargo tauri build
create-yew-app:
npx create-yew-app web_luciel
serve-app:
cd web_luciel && trunk serve