509223ab2e | ||
---|---|---|
.. | ||
public | ||
src | ||
Cargo.toml | ||
Makefile.toml | ||
README.md | ||
index.html |
README.md
Leptos <ErrorBoundary/>
Example
This example shows how to handle basic errors using Leptos.
To run it, just issue the trunk serve --open
command in the example root. This will build the app, run it, and open a new browser to serve it.
If you don't have
trunk
installed, click here for install instructions.