Creates new uni-app-x projects with Vue 3 + TypeScript + Vite via CLI or HBuilderX, including tsconfig.json setup, manifest.json and pages.json configuration, and Composition API project templates. Use when the user wants to scaffold a new uni-app-x project, initialize TypeScript project files, or set up the uni-app-x development environment.
Use this skill whenever the user wants to:
To create a uni-app-x 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 TypeScript and Vue 3 configurations
Important Notes:
Located in examples/guide/:
Located in templates/:
This skill focuses on project creation and initialization. For component and API references, see uniappx-project-guide.
<script setup> syntaxuniappx, uni-app-x, project creator, TypeScript, Vue 3, project initialization, HBuilderX, manifest.json, pages.json, uni-app-x setup, uni-app-x template, 创建项目, 项目初始化, 快速开始