Creates new uni-app projects via the official CLI or HBuilderX with Vue 2/Vue 3 template selection, manifest.json and pages.json configuration, and directory structure setup. Use when the user wants to scaffold a new uni-app project, initialize project files with a single command, or set up the development environment.
Use this skill whenever the user wants to:
To create a uni-app project with a single command or via HBuilderX:
Identify the project type from the user's request:
Load the appropriate example file from the examples/guide/ directory:
examples/guide/installation.mdexamples/guide/quick-start.md - Quick start guideexamples/guide/project-types.md - Different project types and templatesLoad the appropriate template file from the templates/ directory:
templates/project-templates.md - Project structure templatestemplates/cli-commands.md - CLI command templatesFollow the specific instructions in those files for project creation, structure, and configuration
Generate the project structure with proper files and configurations
Important Notes:
Located in examples/guide/:
Located in templates/:
This skill focuses on project creation and initialization. For component and API references, see uniapp-project-guide.
uniapp, uni-app, project creator, project initialization, HBuilderX, Vue CLI, manifest.json, pages.json, uni-app setup, uni-app template, 创建项目, 项目初始化, 快速开始