create-code-app

仓库创建 2026年1月22日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由

能快速搭建符合 Power Platform 的应用模板,显著节省初始化时间。

▸ 风险提示

会运行脚手架与安装命令,需网络及开发权限,注意依赖来源。

这个 Skill 做什么

使用 React 和 Vite 为 Power Apps 快速生成代码应用项目骨架并准备部署。

用 React 和 Vite 快速搭好 Power Apps 的代码应用骨架,自动准备好部署点位和常用 npm 脚本,省去大量手工配置。适合刚开始搭项目、需要快速 scaffold 或准备把应用部署到 Power Platform 的场景。生成的模板已经考虑到部署和 CI/CD 常见需求,方便接着写业务代码。

▸ 展开 SKILL.md 英文原文

Creates Power Apps code apps using React and Vite. Use when building code apps, scaffolding projects, or deploying to Power Platform.

开发编程脚手架ReactPower Apps通用
566
Stars
116
Forks
40
仓库内 Skill
+152
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/create-code-app/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/create-code-app/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
**📋 Shared Instructions: [shared-instructions.md](${PLUGIN_ROOT}/shared/shared-instructions.md)** - Cross-cutting concerns.

**References:**

- [prerequisites-reference.md](./references/prerequisites-reference.md) - Prerequisites and required permissions
- [troubleshooting.md](./references/troubleshooting.md) - Common issues, npm scripts, resources

# Create Power Apps Code App

## Workflow

1. Prerequisites → 2. Gather Requirements → 3. Plan → 4. Scaffold → 5. Initialize → 6. Build & Deploy (baseline) → 7. Add Data Sources → 8. Implement App → 9. Final Build & Deploy → 10. Summary

---

### Step 0: Check Memory Bank

Check for `memory-bank.md` per [shared-instructions.md](${PLUGIN_ROOT}/sh
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有