No description
Find a file
2020-09-14 06:19:58 +02:00
src WIP: Tree: intent & cleanup 2020-09-14 06:19:58 +02:00
.gitignore Download CSS from npm directly 2020-09-03 17:14:16 +02:00
build.rs Component Icon 2020-09-13 07:53:12 +02:00
build.sh Component Icon 2020-09-13 07:53:12 +02:00
Cargo.lock WIP: Tree 2020-09-13 18:16:01 +02:00
Cargo.toml Prepare for upload 2020-09-13 22:11:50 +02:00
dev.sh Prepare for upload 2020-09-13 22:11:50 +02:00
index.html WIP: Tree 2020-09-13 18:16:01 +02:00
README.md Added README.md 2020-09-13 22:21:47 +02:00

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
  • 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