No description
Find a file
2020-09-21 15:14:40 +02:00
src Base for doc-like website to demo and help development 2020-09-20 19:02:25 +02:00
static Prepare for netlify 2020-09-21 14:09:31 +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 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 Use tar (maybe symlink to bsdtar) for netlify 2020-09-21 15:06:54 +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 Fix wrong path for simple-http-server 2020-09-21 15:14:40 +02:00
netlify.toml Use ~/.cargo/bin instead of /usr/local/bin 2020-09-21 15:04:19 +02:00
README.md CLEANUP 2020-09-21 13:42:00 +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