uniapp-native-app
0
总安装量
11
周安装量
安装命令
npx skills add https://github.com/partme-ai/full-stack-skills --skill uniapp-native-app
Agent 安装分布
opencode
10
codex
9
gemini-cli
8
antigravity
6
github-copilot
6
Skill 文档
When to use this skill
Use this skill whenever the user wants to:
- Package uni-app as native Android app
- Package uni-app as native iOS app
- Configure native app settings (manifest, permissions, etc.)
- Customize native app features
- Integrate native plugins
- Configure app signing and certificates
- Handle native app build and distribution
How to use this skill
To package native apps:
-
Identify the platform from the user’s request:
- Android â Use Android examples
- iOS â Use iOS examples
-
Load the appropriate example file from the
examples/directory:examples/guide/– Native app packaging guideexamples/android/– Android packaging examplesexamples/ios/– iOS packaging examples
-
Load the appropriate template from the
templates/directory:templates/build-config.md– Build configuration templates
-
Follow the specific instructions in those files for packaging
Examples and Templates
Examples
Located in examples/:
- guide/ – Offline packaging overview and setup
- android/ – Android signing, keystore, build configs
- ios/ – iOS signing, provisioning, build configs
Templates
Located in templates/:
- build-config.md – Build configuration templates
Best Practices
- Follow platform guidelines: Adhere to Android and iOS development standards
- Optimize app size: Minimize APK/IPA size
- Security: Properly configure app signing and certificates
- Testing: Test on real devices before release
Resources
- Official Documentation: https://nativesupport.dcloud.net.cn/AppDocs/
Keywords
native app, åçApp, Androidæå , iOSæå , 离线æå , app packaging, native plugin