uniappx-project

Original🇺🇸 English
Translated

Provides comprehensive uni-app-x component and API integration guidance. Use when the user needs official uni-app-x components or APIs, wants per-component or per-API examples, or needs cross-platform compatibility details for uni-app-x.

1installs
Added on

NPX Install

npx skill4agent add partme-ai/full-stack-skills uniappx-project

When to use this skill

Use this skill whenever the user wants to:
  • Use any uni-app-x built-in component
  • Use any uni-app-x API (network, storage, device, UI, navigation, media, etc.)
  • Access per-component or per-API examples with official doc links
  • Check platform compatibility for components and APIs in uni-app-x
  • Build uni-app-x applications with Vue 3 + TypeScript + Vite

How to use this skill

This skill is organized to match the official uni-app-x components and API documentation:
  1. Choose component or API category:
    • Components →
      examples/components/built-in/
    • APIs →
      examples/api/
      (categorized by domain)
  2. Open the matching example file:
    • Each component or API has its own example file
    • Each example includes the official documentation URL
    • Examples mirror the official documentation examples
  3. Use references when you need full specs:
    • references/components/built-in/
      for built-in components
    • references/api/
      for API parameter/return/compatibility details

Examples and References

Components (Built-in)

APIs

Best Practices

  1. One file per component/API: Each component and API has an independent example file with official doc link.
  2. Follow platform compatibility: Check the compatibility section in each example/reference.
  3. Use conditional compilation: Use
    #ifdef
    /
    #endif
    for platform-specific logic.
  4. Keep examples aligned: Use the official documentation examples as the source of truth.
  5. Prefer references for specs: Use
    references/
    for full parameter tables and compatibility.

Resources

Keywords

uniappx, uni-app-x, components, api, built-in components, examples, references, Vue 3, TypeScript, Vite, H5, App, mini program, 跨平台, 组件, API, 官方文档