What problem does it solve?
Uno Platform WebAssembly and Progressive Web Apps require careful setup of the bootstrapper, manifests, hosting, and performance optimizations to deliver reliable WASM apps with offline support and correct caching. This Skill provides consolidated guidance, templates, and best practices to bootstrap, debug, host, and deploy Uno Wasm PWAs across Azure Static Web Apps, Nginx, and GitHub Pages.
Core Features & Use Cases
- Patterns for enabling and debugging WebAssembly Uno apps, including bootstrapper configuration, service workers, and PWA manifests
- Hosting and deployment guidance for Azure Static Web Apps, Nginx, Apache, and GitHub Pages with proper caching and MIME types
- Performance optimizations like AOT/Jiterpreter choices, trimming, Brotli, and manifest configuration for fast startup and small payloads
Quick Start
Publish the app for net9.0-browserwasm and serve the published wwwroot with a static server to verify the PWA manifest and service worker setup.