yewprint 0.1.1

Port of blueprintjs.com to Yew
Documentation

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 run -- serve

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

Blueprint CSS update

cargo run -- update-css

Roadmap