fbucek / yewprint

Port of blueprintjs.com to yew

Home Page:https://yewprint.rm.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It's Blueprint, but for Yew in Rust.

Warning: 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 leave 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" }

You will also need the CSS from blueprint. For that you can either include the CSS file directly or you can look at the script build.sh and see how it is downloaded automatically.

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

About

Port of blueprintjs.com to yew

https://yewprint.rm.rs

License:MIT License


Languages

Language:Rust 96.3%Language:HTML 2.2%Language:Shell 1.5%