A comprehensive skill for integrating and using uView Pro with UniAppX projects. This skill focuses on UniAppX-specific integration, configuration, and platform-specific considerations when using uView Pro in UniAppX applications. Use this skill whenever the user needs to integrate uView Pro into UniAppX projects, configure UniAppX-specific settings, or handle platform differences.
View on GitHubpartme-ai/full-stack-skills
development-skills-utils
February 1, 2026
Select agents to install to:
npx add-skill https://github.com/partme-ai/full-stack-skills/blob/main/skills/uniappx-uview-pro/SKILL.md -a claude-code --skill uniappx-uview-proInstallation paths:
.claude/skills/uniappx-uview-pro/## When to use this skill Use this skill whenever the user wants to: - Integrate uView Pro into UniAppX projects - Configure UniAppX projects to work with uView Pro (pages.json, manifest.json, easycom) - Handle platform-specific behaviors when using uView Pro in UniAppX (H5, mini-program, App, nvue) - Use UniAppX features (navigation, APIs, lifecycle) with uView Pro components - Build cross-platform UniAppX applications with uView Pro components - Configure easycom for automatic uView Pro component import in UniAppX - Handle navigation and routing with uView Pro in UniAppX - Optimize UniAppX projects using uView Pro - Deploy uView Pro-based UniAppX applications to multiple platforms ## How to use this skill This skill is organized to match UniAppX integration patterns and the official UniAppX plugin structure (https://ext.dcloud.net.cn/plugin?id=24633). When working with uView Pro in UniAppX: 1. **Install and setup** uView Pro in UniAppX project: - Load `examples/getting-started/installation.md` for installation in UniAppX - Load `examples/getting-started/project-setup.md` for UniAppX project configuration - Load `examples/getting-started/easycom-config.md` for easycom configuration 2. **Integrate with UniAppX features**: - Load `examples/integration/pages-config.md` for pages.json configuration - Load `examples/integration/manifest-config.md` for manifest.json configuration - Load `examples/integration/navigation.md` for navigation with uView Pro - Load `examples/integration/uniappx-api.md` for using UniAppX APIs with uView Pro 3. **Handle platform-specific behaviors**: - Load `examples/platform-specific/h5.md` for H5 platform considerations - Load `examples/platform-specific/miniprogram.md` for mini-program considerations - Load `examples/platform-specific/app.md` for App platform considerations - Load `examples/platform-specific/nvue.md` for nvue considerations 4. **Advanced integration**: - Load `examples/advanced/custo