Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eganjs/web-rs
https://github.com/eganjs/web-rs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/eganjs/web-rs
- Owner: eganjs
- License: apache-2.0
- Created: 2021-01-11T20:52:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T18:05:17.000Z (about 2 years ago)
- Last Synced: 2023-03-06T01:19:16.355Z (almost 2 years ago)
- Language: Rust
- Size: 2.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/5ba03ba7-ff8b-4c54-94e7-cd5fd76a6737/deploy-status)](https://app.netlify.com/sites/yew-todomvc/deploys)
## About
This template shows how to create a web app using Yew and wasm-pack.
## 🚴 Usage
### 🛠️ Build
When building for the first time, ensure to install dependencies first.
```
yarn install
``````
yarn run build
```### 🔬 Serve locally
```
yarn run dev
```## 🔋 Batteries Included
* [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen) for communicating
between WebAssembly and JavaScript.
* [`wee_alloc`](https://github.com/rustwasm/wee_alloc), an allocator optimized
for small code size.