mishaszu / learning-yew

Learning yew framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Project is generated via:

cargo generate --git https://github.com/mishaszu/yew-wasm-pack-template.git

This repo is field of my experiments with yew.rs framework. This repo is forked from here

๐Ÿ› ๏ธ Build

When building for the first time, ensure to install dependencies first.

npm install
npm run build

๐Ÿ”ฌ Serve locally

npm run start:dev

๐Ÿ”‹ Batteries Included

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

About

Learning yew framework

License:Apache License 2.0


Languages

Language:Rust 80.4%Language:CSS 12.7%Language:JavaScript 5.8%Language:HTML 1.2%