5 unstable releases
| 0.3.0 | Sep 2, 2023 |
|---|---|
| 0.2.0 | Jul 16, 2023 |
| 0.1.4 | Jan 16, 2023 |
| 0.1.3 | Jan 15, 2023 |
| 0.1.1 | Jan 15, 2023 |
#2312 in WebAssembly
41 downloads per month
Used in stellation
60KB
1.5K
SLoC
Stellation Frontend.
This crate contains the frontend renderer and useful utilities for stellation applications.
Stellation
A framework experience for Yew.
Stellation provides a development stack with:
- Tooling around Server-side Rendering Support.
- An easy-to-use, SSR-transparent RPC Implementation.
- A development server that automatically rebuild upon changes.
- A single binary distribution with embedded frontend.
Quickstart Guide
-
Install required tools
Stellation uses the following tools:
- Trunk
- cargo-generate
- cargo-make
They can be installed with cargo install trunk cargo-generate cargo-make
-
Create project
Run
cargo generate futursolo/stellation-templatesand follow the prompt. -
Start development server
Run
cargo make --quiet startin the project directory.(This may take a couple minutes when the project is building for the first time.)
Dependencies
~19–28MB
~419K SLoC