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 = async only for top-level routed pages that must load async data.

Project Setup

Recommended Project Structure

Installs
1
Repository
yysun/apprun
GitHub Stars
1.2K
First Seen
Apr 7, 2026
apprun-skills — yysun/apprun