apprun-skills
Installation
SKILL.md
AppRun Skills
Overview
- Build AppRun apps with MVU (Model-View-Update) in TypeScript.
- Prefer pure update functions for testability.
- Use
mounted()for components embedded in JSX. - Use
state = asynconly for top-level routed pages that must load async data.