Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corrosive Rust Web App

Let's see what's possible with the leptos wasm machine...

Notes

See Trunk.toml for build configuration

Trunk Commands

# Setup CLI 
cargo install trunk

# Run
trunk serve --release

# Build Dist.
trunk build --release

VS Code Rust Analyser Setting

Rust analyser doesn't approve of leptos macros without the following settings :

 "rust-analyzer.procMacro.ignored": {
        "leptos_macro": [
            // optional:
            "component",
            "server"
        ],
    },

About

🚀 rust to wasm web app

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages