No description
Find a file
2020-09-20 17:06:28 +02:00
src Remove perf test tweaks 2020-09-19 14:26:19 +02:00
.gitattributes Insert demo in README 2020-09-19 14:09:54 +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 Rename project to yewprint 2020-09-20 17:06:28 +02:00
Cargo.toml Rename project to yewprint 2020-09-20 17:06:28 +02:00
demo.mp4 Insert demo in README 2020-09-19 14:09:54 +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 Rename project to yewprint 2020-09-20 17:06:28 +02:00

Demo

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

yewprint = { git = "https://github.com/cecton/yewprint.git", branch = "main" }

Development server

rustup override set nightly
./dev.sh

Roadmap