LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: vue3

Browse skills that share this tag.

  • code-nest-project-spec - Code-Nest project specification and navigation guide
    code-nestproject-specnavigationfull-stack

    ★ 772 · Updated 2026-09-19

    Provides module structure mappings, routing rules, code conventions, SQL migration standards, and build verification steps for Code-Nest project development.

    ⚙ Locate target codebase module⚙ Apply routing and authentication rules⚙ Follow unified response code conventions
  • frontend-design - Design and review LearnPlatform frontend UI in Vue 3.
    frontendvue3typescriptelement-plus

    ★ 1 · Updated 2026-09-19

    Design, restyle, or review LearnPlatform Vue 3 and TypeScript frontend pages using CSS variables, Element Plus, and ECharts.

    ⚙ Inspect target pages and components⚙ Classify frontend surface types⚙ Establish visual direction and layout
  • typescript-frontend - Frontend TypeScript and Vue 3 integration standards guide
    typescriptfrontendvue3type-safety

    ★ 0 · Updated 2026-09-18

    Provides frontend TypeScript standards for strict mode, type design, type narrowing, generics, and Vue 3 integration.

    ⚙ Configure tsconfig strict mode⚙ Design TypeScript types and interfaces⚙ Implement type narrowing and guards
  • unit-test-vue-pinia - Write and review unit tests for Vue 3 and Pinia
    testingvue3piniavitest

    ★ 0 · Updated 2026-09-18

    Write and review unit tests for Vue 3, Vitest, and Pinia components, composables, and stores using Vue Test Utils and black-box assertions.

    ⚙ Write unit tests⚙ Review unit tests⚙ Mock Pinia stores
  • gui-standards - pi Extension GUI Development Standards (Wails)
    wailsguivue3pi-extension

    ★ 1 · Updated 2026-09-16

    GUI development standards for pi extensions using Wails single binary, windowName routing, and JSON file protocol.

    ⚙ Build Wails GUI binary⚙ Run GUI fast tests⚙ Launch GUI window from extension
  • ui-to-vue - Batch-convert UI screenshots into Vue 3 components
    vue3ui-convertercode-generationvant

    ★ 0 · Updated 2026-09-15

    Batch converts UI screenshots into Vue 3 Composition API components using Vant, Element Plus, or Ant Design Vue.

    ⚙ Convert UI screenshots into Vue components⚙ Group related screenshots into page components⚙ Map visual elements to UI libraries
  • live-change-frontend-analytics - Integrate analytics tracking into LiveChange frontend
    live-changeanalyticsvue3posthog

    ★ 0 · Updated 2026-09-13

    Integrates user actions, identification, and consent tracking in LiveChange frontend apps using analytics.emit and provider wiring.

    ⚙ Emit analytics events⚙ Wire user identification tracking⚙ Create analytics provider files
  • vuejs-best-practices - Vue 3 and Nuxt 3 Best Practices
    vuevue3nuxtnuxt3

    ★ 1 · Updated 2026-05-28

    Comprehensive Vue 3 and Nuxt 3 performance optimization guide with 50+ rules

    ⚙ optimize Vue components⚙ apply reactivity patterns⚙ reduce bundle size
  • uniappx-project - Comprehensive uni-app-x component and API integration guidance
    uniappxcomponentsapivue3

    ★ 602 · Updated 2026-02-14

    Provides uni-app-x component and API integration guidance

    ⚙ Access component examples⚙ Access API examples⚙ Get official documentation links
  • 长列表虚拟滚动优化方案 - Virtual Scroll Optimization for Large Lists
    performancevue3virtual-scrolllist

    ★ 18 · Updated 2026-02-11

    Optimizes rendering performance for large lists with over 1000 items using virtual scrolling techniques

    ⚙ render virtual list⚙ handle scrolling⚙ manage viewport rendering
  • 长列表虚拟滚动优化方案 - Virtual Scroll Optimization for Large Data Lists
    performancevue3virtual-scrolllist

    ★ 840 · Updated 2026-02-11

    Performance optimization solution for rendering large lists with over 1000 data items, including fixed and dynamic height strategies

    ⚙ render viewport elements⚙ dynamically replace DOM content⚙ support fixed height lists