Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.43 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.43 KB

UI5 Web Components ToDo Sample - Yew

A demo todo app made with the Yew framework, utilising UI5 web components. Source code is written in Rust, gets compiled down to WASM. No JavaScript/TypeScript was written for this demo.

About The Project

Live demo can be found here

Built With

Getting Started

Prerequisites

To run the example locally, you will need the basic Rust setup. Installation instructions can be found here.

Build & run locally

  1. Install trunk (bundler tool) using cargo install --locked trunk. If you are running on M1 Mac you will also have to cargo install --locked wasm-bindgen-cli too. More info can be found here
  2. Install dependencies using cargo update
  3. Start local server using trunk serve

Contributing

Any contributions are greatly appreciated. App was made partly as a Rust excersize, so if the clone-ing seems too much my power level is currently not 9k.

License

Distributed under the MIT License.

Contact

Dimitar Fenerski - @dfenersky - [email protected]