Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 635 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 635 Bytes

🦀 + Yew + 🦊 = ¯\_ツ_/¯️

About

This little example shows how to build a firefox extension 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

🦊 Run as a plugin

yarn run web-ext

References

This example was based on yew-wasm-pack-minimal and yew-wasm-pack-template.