skills/modelscope.cn/arkts-development

arkts-development

Installation
SKILL.md

ArkTS Development

Build HarmonyOS applications using ArkTS and the ArkUI declarative UI framework.

Quick Start

Create a basic component:

@Entry
@Component
struct HelloWorld {
  @State message: string = 'Hello, ArkTS!';
Installs
1
First Seen
Jun 13, 2026
arkts-development from modelscope.cn