No description
Find a file
Cecile Tonglet 9578c54047 Update doc
2020-09-21 13:40:32 +02:00
src Base for doc-like website to demo and help development 2020-09-20 19:02:25 +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
.travis.yml Add .travis.yml 2020-09-20 19:05:33 +02:00
build.rs Component Icon 2020-09-13 07:53:12 +02:00
build.sh Simplify build.sh 2020-09-21 13:00:10 +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 Replace exception handling in dev.sh by help in README 2020-09-21 13:17:58 +02:00
index.html WIP: Tree 2020-09-13 18:16:01 +02:00
README.md Update doc 2020-09-21 13:40:32 +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

Use as a library (in your project)

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

Development

This section will walk you through setting up the environment required to modify the source of yewprint.

Prerequisites

Troubleshooting

  • I can't install cargo-watch on OSX.

    This happens on some machines. Try installing the pre-compiled binary instead.

Run the development server

./dev.sh

Roadmap