yewprint/README.md
2020-09-14 21:41:02 +02:00

658 B

blueprint-rs

It's Blueprint, but for Yew in Rust.

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 at least leave it a star to let me know you are interested in this project.

Installation

Prerequisites

  • wasm-pack
  • cargo-watch
  • Rust nightly

Use as a library

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

Development server

rustup override set nightly
./dev.sh