Skip to main content

create-react-app-zh

React项目创建工具。用于安装或运行 create-react-app(create-react-app)。

跳到安装

来源信息

仓库
RabbitAI-Lab/rabbit-plugins-cli
最近来源活动
2026年7月26日 13:32
检测到的 SKILL.md 语言
中文
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
create-react-app-zh
description
React项目创建工具。用于安装或运行 create-react-app(create-react-app)。
# create-react-app React项目创建工具 ## 何时使用 - 安装或配置 **create-react-app** - 在命令行运行 `create-react-app` - 自动化 create-react-app 所支持的脚手架相关任务 ## 安装 使用内置安装脚本: ```bash bash scripts/install.sh ``` 或直接安装: ```bash npm install -g create-react-app ``` ## 验证 ```bash create-react-app --version ``` ## 用法 运行 `create-react-app --help` 查看可用命令与选项。 ## 详情 - **包名**: `create-react-app` - **分类**: 脚手架 - **优先级**: 推荐 - **平台**: Windows / macOS
在 GitHub 查看