yewprint/README.md

32 lines
658 B
Markdown
Raw Normal View History

2020-09-13 20:21:47 +00:00
blueprint-rs
============
It's [Blueprint](https://blueprintjs.com), but for
[Yew](https://github.com/yewstack/yew) in [Rust](https://www.rust-lang.org/).
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
2020-09-14 19:41:02 +00:00
* cargo-watch
2020-09-13 20:21:47 +00:00
* Rust nightly
### Use as a library
```toml
blueprint-rs = { git = "https://github.com/cecton/blueprint-rs.git", branch = "main" }
```
### Development server
```
rustup override set nightly
./dev.sh
```