Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 525 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 525 Bytes

yew-d3-example

Example showing a d3 chart with Yew

Chart image

Instructions:

Follow the Yew setup instrunctions (I use trunk).

Then run

trunk serve

in the project's root folder.

Open http://127.0.0.1:8080 in a web browser.

*Note: I'm using Yew's master branch, because I had issues with the html macro in the latest release version. It seems also necessary to use trunk.