Skip to content

yewstack/yew-wasm-pack-template

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 24 commits ahead, 10 commits behind rustwasm:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 for communicating between WebAssembly and JavaScript.
  • wee_alloc, an allocator optimized for small code size.

About

A template for starting a Yew project to be used with wasm-pack

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 88.3%
  • JavaScript 7.6%
  • HTML 3.7%
  • SCSS 0.4%