Skills
使用 EasyStarter 内置 Skills 完成移动端开发
使用方式
在 EasyStarter 项目根目录打开你的 AI 编程助手,输入 Skill 名称和你的要求:
$easystarter-mobile-quick-launch 按推荐配置帮我上线移动端应用。Mobile
| 任务 | 命令 |
|---|---|
| 快速上线 | $easystarter-mobile-quick-launch 按推荐配置帮我上线移动端应用。 |
| 启动模拟器开发 | $easystarter-mobile-dev-simulator-server 启动移动端和 Server,使用模拟器开发。 |
| 启动真机开发 | $easystarter-mobile-real-device-server 启动移动端和 Server,使用真机开发。 |
| 配置应用标识 | $easystarter-mobile-app-config 配置 app.json 和应用标识。 |
| 配置 Cloudflare | $easystarter-mobile-cloudflare 为移动端 Server 配置 Cloudflare。 |
| 配置数据库 | $easystarter-mobile-database 配置 D1 数据库。 |
| 配置邮件 | $easystarter-mobile-resend-email 为移动端配置 Resend 邮件。 |
| 配置认证 | $easystarter-mobile-auth 配置移动端登录和认证。 |
| 配置手机号登录 | $easystarter-mobile-aliyun-phone-login 配置阿里云手机号登录。 |
| 配置存储 | $easystarter-mobile-storage 配置移动端存储。 |
| 创建商店商品 | $easystarter-mobile-iap-products 创建应用内购买商品。 |
| 配置 RevenueCat | $easystarter-mobile-revenuecat 配置 RevenueCat。 |
| 部署 Server | $easystarter-mobile-deploy-server 部署移动端使用的 Server。 |
| 构建并提交 | $easystarter-mobile-submit-app 构建并提交应用。 |
| 修改主题 | $easystarter-mobile-theme 修改移动端主题。 |
| 配置数据分析 | $easystarter-mobile-analytics 配置移动端数据分析。 |
| 配置积分 | $easystarter-mobile-credits 配置移动端积分系统。 |
通用开发
| 任务 | 命令 |
|---|---|
| 新增 API 路由 | $easystarter-api-route 为[功能]创建 API 路由。 |
| 新增数据表 | $easystarter-db-schema 为[功能]创建数据库 Schema。 |
| 新增翻译 | $easystarter-i18n 为[功能]添加翻译。 |