iceColdChris / yew-app

A PWA using yew.rs and the yew-wasm-pack-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status

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 start:dev

๐Ÿ”‹ Batteries Included

  • wasm-bindgen for communicating between WebAssembly and JavaScript.
  • wee_alloc, an allocator optimized for small code size.

About

A PWA using yew.rs and the yew-wasm-pack-template

License:Apache License 2.0


Languages

Language:Rust 83.0%Language:JavaScript 8.5%Language:HTML 8.1%Language:CSS 0.4%