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
- Host: GitHub
- URL: https://github.com/newam/yew-electron
- Owner: newAM
- License: mit
- Created: 2020-08-30T18:56:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T19:48:28.000Z (over 4 years ago)
- Last Synced: 2025-02-16T10:36:30.831Z (2 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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