No description
Find a file
2020-09-21 13:17:58 +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 Replace exception handling in dev.sh by help in README 2020-09-21 13:17:58 +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

Development

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

Prerequisites

You may encounter issues when running this command on MacOS. Refer to this issue for more details cargo-watch/issues/129

Use as a library

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

Development server

./dev.sh

Troubleshooting

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

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

Roadmap