yewprint/README.md

7.1 KiB

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