No description
Find a file
Cecile Tonglet a4178c58f9 Revert "Added text component (#7)"
This reverts commit bd93ee3048.
2020-09-23 18:15:19 +02:00
src Revert "Added text component (#7)" 2020-09-23 18:15:19 +02:00
static Move menu to the left (#8) 2020-09-23 15:59:07 +02:00
.gitattributes Insert demo in README 2020-09-19 14:09:54 +02:00
.gitignore Prepare for netlify 2020-09-21 14:09:31 +02:00
.travis.yml Fix .travis.yml: there and back again 2020-09-23 14:23:02 +02:00
build.rs Component Icon 2020-09-13 07:53:12 +02:00
build.sh Move menu to the left (#8) 2020-09-23 15:59:07 +02:00
Cargo.lock Rename project to yewprint 2020-09-20 17:06:28 +02:00
Cargo.toml Move menu to the left (#8) 2020-09-23 15:59:07 +02:00
demo.mp4 Insert demo in README 2020-09-19 14:09:54 +02:00
dev.sh Move menu to the left (#8) 2020-09-23 15:59:07 +02:00
netlify.toml Source ~/.cargo/env instead of export 2020-09-21 15:37:23 +02:00
README.md Revert "Added text component (#7)" 2020-09-23 18:15:19 +02:00

Build Status

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