No description
Find a file
2021-09-08 14:00:02 +01:00
.github Update Yew to 0.18 (#107) 2021-05-16 10:51:07 +02:00
src Add command to update Blueprint CSS (#111) 2021-06-10 11:15:21 +02:00
yewprint Hotfix for previous commit 2021-09-08 14:00:02 +01:00
yewprint-css Add command to update Blueprint CSS (#111) 2021-06-10 11:15:21 +02:00
yewprint-doc Add link to the source code of each component (#117) 2021-07-07 16:48:28 +02:00
.gitattributes Insert demo in README 2020-09-19 14:09:54 +02:00
.gitignore Use wasm-run to build yewprint (#104) 2021-04-13 16:23:12 +02:00
.rustfmt.toml Router (#29) 2020-09-29 18:47:33 +02:00
Cargo.lock Add link to the source code of each component (#117) 2021-07-07 16:48:28 +02:00
Cargo.toml Add command to update Blueprint CSS (#111) 2021-06-10 11:15:21 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-09-24 18:20:58 +02:00
LICENSE Create LICENSE (#18) 2020-09-24 18:19:06 +02:00
README.md Add command to update Blueprint CSS (#111) 2021-06-10 11:15:21 +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

Use as a library (in your project)

yewprint = { git = "https://github.com/cecton/yewprint.git", branch = "main" }

You will also need the CSS from Blueprint. There is a helper crate that can be used to automatize this:

yewprint-css = { git = "https://github.com/cecton/yewprint.git", branch = "main" }

Then you can add this to your build process:

yewprint_css::download_css("static/blueprint.css)?;

Development Environment

cargo run -- serve

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

Blueprint CSS update

cargo run -- update-css

Roadmap