yewprint/README.md
Cecile Tonglet 8d8d19bd69 CLEANUP
2020-09-21 13:24:52 +02:00

6.9 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

Troubleshooting

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

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

Use as a library

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

Development server

./dev.sh

Roadmap