Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steelx/rust-yew-frontend01
Simple RUST YEW web setup
https://github.com/steelx/rust-yew-frontend01
rust-lang webassembly yew-framework
Last synced: 2 days ago
JSON representation
Simple RUST YEW web setup
- Host: GitHub
- URL: https://github.com/steelx/rust-yew-frontend01
- Owner: steelx
- Created: 2020-06-23T04:34:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:23:50.000Z (almost 2 years ago)
- Last Synced: 2023-04-05T23:12:08.206Z (over 1 year ago)
- Topics: rust-lang, webassembly, yew-framework
- Language: Rust
- Homepage:
- Size: 1.22 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Pre-setup
Download wasm-pack
`https://rustwasm.github.io/wasm-pack/installer/`Rust wasm32
`rustup target add wasm32-unknown-unknown --toolchain nightly`## Setup
```bash
npm install
```## Run
```bash
npm run dev
```## Build
```bash
npm run build
```cloned from `https://github.com/steelx/rust-wasm-boilerplate`