# yew-wasm-pack-template **Repository Path**: cuixingxing/yew-wasm-pack-template ## Basic Information - **Project Name**: yew-wasm-pack-template - **Description**: A template for starting a Yew project to be used with wasm-pack - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-25 - **Last Updated**: 2024-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 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.