Minimal Leptos setup
This commit is contained in:
parent
1e77a7d831
commit
e03a16d13e
29 changed files with 1345 additions and 684 deletions
5
src/bin/leptos.rs
Normal file
5
src/bin/leptos.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
use leptos::prelude::*;
|
||||
|
||||
fn main() {
|
||||
leptos::mount::mount_to_body(|| view! { <p>"Hello, world!"</p> })
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue