An open API service indexing awesome lists of open source software.

https://github.com/newam/yew-electron

yew with electron
https://github.com/newam/yew-electron

Last synced: 2 months ago
JSON representation

yew with electron

Awesome Lists containing this project

README

        

# Yew + Electron

[yew] with [electron].

The purpose of this is for me to learn by getting my hands dirty.

## Setup

Assuming you have `cargo` and `npm` installed already.

```bash
cargo install cargo-web
cargo install wasm-bindgen-cli
cargo install wasm-pack
npm install
```

## Usage

This will compile the rust prior to running.

```bash
npm start
```

## References

* [yew docs](https://yew.rs/docs/en/intro/)
* [electron docs](https://www.electronjs.org/docs)
* [rust electron demo](https://github.com/extrawurst/rust-electron-demo)

[yew]: https://github.com/yewstack/yew
[electron]: https://github.com/electron/electron