✨ add routing
✨ add bulma ✨ add favicon ✨ add justfile 🔥 rm navbar
This commit is contained in:
25
justfile
Normal file
25
justfile
Normal 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
|
||||
Reference in New Issue
Block a user