1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/cargo-leptos/pkg-descr
2023-12-06 00:34:57 -08:00

14 lines
568 B
Plaintext

Build tool for the Leptos web framework.
Features
- Parallel build of server and client in watch mode for fast developer feedback
- CSS hot-reload (no page-reload, only CSS updated)
- Build server and client for hydration (client-side rendering mode not
supported)
- Support for both workspace and single-package setup
- SCSS compilation using dart-sass
- CSS transformation and minification using Lightning CSS
- Builds server and client (wasm) binaries using Cargo
- Generates JS - Wasm bindings with wasm-bindgen
- Optimises the wasm with wasm-opt from Binaryen