No description
Find a file
Forest Anderson 3f96db6a7e
Yewprint upgrade 0.19 (#131)
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
Co-authored-by: Francois Stephany <francois@tamere.eu>
2022-06-28 09:57:14 +01:00
.cargo Replace wasm-run by xtask-wasm (#138) 2022-05-09 19:20:26 +02:00
.github Trigger deploy (#143) 2022-06-27 22:44:42 +02:00
src Yewprint upgrade 0.19 (#131) 2022-06-28 09:57:14 +01:00
xtask Replace wasm-run by xtask-wasm (#138) 2022-05-09 19:20:26 +02:00
yewprint-css (cargo-release) version 0.2.1 2022-06-08 16:22:20 +02:00
yewprint-doc Yewprint upgrade 0.19 (#131) 2022-06-28 09:57:14 +01:00
.gitattributes Insert demo in README 2020-09-19 14:09:54 +02:00
.gitignore Clean-up & updates before publishing 2021-11-23 10:09:27 +01:00
.rustfmt.toml Router (#29) 2020-09-29 18:47:33 +02:00
build.rs Replace wasm-run by xtask-wasm (#138) 2022-05-09 19:20:26 +02:00
Cargo.lock Yewprint upgrade 0.19 (#131) 2022-06-28 09:57:14 +01:00
Cargo.toml Yewprint upgrade 0.19 (#131) 2022-06-28 09:57:14 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-09-24 18:20:58 +02:00
iconSvgPaths.js Replace wasm-run by xtask-wasm (#138) 2022-05-09 19:20:26 +02:00
LICENSE.Apache-2.0 Replace wasm-run by xtask-wasm (#138) 2022-05-09 19:20:26 +02:00
LICENSE.MIT Replace wasm-run by xtask-wasm (#138) 2022-05-09 19:20:26 +02:00
netlify.toml Trigger deploy (#143) 2022-06-27 22:44:42 +02:00
README.md Replace wasm-run by xtask-wasm (#138) 2022-05-09 19:20:26 +02:00
rust-toolchain Modify some details on the build (#84) 2021-01-22 14:33:47 +01:00

Yewprint Rust Netlify Status Discord API Docs

It's Blueprint, but for Yew in Rust.

Warning: This is in early development and it is possible it won't be finished if there is no interest. Don't use this in production! Please help or leave a star to let me know you are interested in this project.

Installation

Usage

Check the template repository to see how things work. The Blueprint CSS needs to be downloaded from your build script.

To easily get started, you can use cargo-generate to get started very quickly:

cargo generate --git https://github.com/yewprint/yewprint-template.git

Development Environment

cargo xtask start

You can now go to http://localhost:8000

Blueprint CSS update

cargo xtask update-css

Roadmap