mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 03:23:03 +00:00
Added README.md
This commit is contained in:
parent
672b9eb75f
commit
96b58f8fd7
1 changed files with 30 additions and 0 deletions
30
README.md
Normal file
30
README.md
Normal file
|
@ -0,0 +1,30 @@
|
|||
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
|
||||
* 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
|
||||
```
|
Loading…
Reference in a new issue