Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计未展示

uview-pro-vue3uview 专业版 vue3

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

432

周安装

18

GitHub Stars

公开资料未说明

下载量

144
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:uview-pro-vue3(uview 专业版 vue3)
来源仓库:https://github.com/teachingai/agent-skills
仓库路径:skills/uview-pro-vue3
安装命令:
npx skills add teachingai/agent-skills --skill "uview-pro-vue3"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add teachingai/agent-skills --skill "uview-pro-vue3"

简介

uview-pro-vue3 辅助 Vue3 前端页面、组件和样式的开发与维护。

  • 适合生成或审查 React、Vue、Tailwind CSS 相关代码结构。
  • 需结合项目路由、设计系统和构建方式,避免孤立片段输出。
  • 涉及页面改动时应配合本地预览验证视觉效果和响应式表现。
  • 建议在安装前确认权限范围及是否触发文件读写或命令执行。

SKILL.md

When to use this skill

Use this skill whenever the user wants to:

  • Install and set up uView Pro in a uni-app project
  • Use uView Pro components in Vue 3 / uni-app applications
  • Configure uView Pro (theme, i18n, etc.)
  • Use form components (Button, Input, Form, etc.)
  • Use data display components (List, Card, etc.)
  • Use feedback components (Toast, Modal, etc.)
  • Use navigation components (Tabs, NavBar, etc.)
  • Use uView Pro tools and utilities
  • Use uView Pro layout templates
  • Customize component styles and themes
  • Handle component events
  • Understand uView Pro API and methods
  • Troubleshoot uView Pro issues

How to use this skill

This skill is organized to match the uView Pro official documentation structure (https://uviewpro.cn/, https://uviewpro.cn/zh/guide/intro.html, https://uviewpro.cn/zh/components/intro.html, https://uviewpro.cn/zh/tools/intro.html, https://uviewpro.cn/zh/layout/intro.html). When working with uView Pro:

  1. Identify the topic from the user's request:

- Installation/安装 → examples/guide/installation.md - Quick Start/快速开始 → examples/guide/quick-start.md - Components/组件 → examples/components/ - Tools/工具 → examples/tools/ - Layout/布局 → examples/layout/ - API/API 文档 → api/

  1. Load the appropriate example file from the examples/ directory: Guide (使用指南): Components (组件): Tools (工具): Layout (布局):

- examples/guide/intro.md - Introduction - examples/guide/installation.md - Installation guide - examples/guide/quick-start.md - Quick start guide - examples/guide/theme.md - Theme customization - examples/guide/i18n.md - Internationalization - examples/guide/config.md - Configuration - examples/components/intro.md - Components introduction - examples/components/button.md - Button component - examples/components/input.md - Input component - examples/components/form.md - Form component - examples/components/list.md - List component - examples/components/card.md - Card component - examples/components/toast.md - Toast component - examples/components/modal.md - Modal component - examples/components/tabs.md - Tabs component - examples/components/navbar.md - NavBar component - examples/components/date-picker.md - DatePicker component - examples/components/select.md - Select component - examples/components/switch.md - Switch component - examples/components/checkbox.md - Checkbox component - examples/components/radio.md - Radio component - examples/components/upload.md - Upload component - examples/components/pagination.md - Pagination component - examples/components/avatar.md - Avatar component - examples/components/badge.md - Badge component - examples/components/tag.md - Tag component - examples/components/empty.md - Empty component - examples/components/loading.md - Loading component - examples/components/popup.md - Popup component - examples/components/dropdown.md - Dropdown component - examples/components/drawer.md - Drawer component - examples/tools/intro.md - Tools introduction - examples/tools/http.md - HTTP request - examples/tools/storage.md - Storage utilities - examples/tools/router.md - Router utilities - examples/tools/validator.md - Validator utilities - examples/tools/format.md - Format utilities - examples/tools/color.md - Color utilities - examples/layout/intro.md - Layout introduction - examples/layout/grid.md - Grid layout - examples/layout/flex.md - Flex layout - examples/layout/container.md - Container layout

  1. Follow the specific instructions in that example file for syntax, structure, and best practices Important Notes:

- uView Pro is for Vue 3 and uni-app - Components use Vue 3 Composition API - Examples include both Options API and Composition API - Each example file includes key concepts, code examples, and key points

  1. Reference API documentation in the api/ directory when needed:

- api/component-api.md - Component API reference - api/props-and-events.md - Props and events reference - api/tools-api.md - Tools API reference - api/config-api.md - Configuration API

  1. Use templates from the templates/ directory:

- templates/installation.md - Installation templates - templates/component-usage.md - Component usage templates - templates/project-setup.md - Project setup templates

1. Understanding uView Pro

uView Pro is a Vue 3 component library designed for uni-app development, providing rich components and utility methods.

Key Concepts:

  • Vue 3 Support: Built for Vue 3 with Composition API
  • uni-app Support: Optimized for uni-app development
  • Rich Components: 100+ components for various use cases
  • Theme Customization: Support for theme customization
  • i18n: Internationalization support
  • Tools: Rich utility methods

2. Installation

Using npm:

npm install uview-pro

Using yarn:

yarn add uview-pro

Using pnpm:

pnpm add uview-pro

3. Basic Setup

// main.js
import { createSSRApp } from 'vue'
import uView from 'uview-pro'
import App from './App.vue'

export function createApp() {
  const app = createSSRApp(App)
  app.use(uView)
  return {
    app
  }
}

Doc mapping (one-to-one with official documentation)

Guide (指南):

Components (组件):

Examples and Templates

This skill includes detailed examples organized to match the official documentation structure. All examples are in the examples/ directory (see mapping above).

To use examples:

  • Identify the topic from the user's request
  • Load the appropriate example file from the mapping above
  • Follow the instructions, syntax, and best practices in that file
  • Adapt the code examples to your specific use case

To use templates:

  • Reference templates in templates/ directory for common scaffolding
  • Adapt templates to your specific needs and coding style

API Reference

Detailed API documentation is available in the api/ directory, organized to match the official uView Pro API documentation structure:

Component API (api/component-api.md)

  • Component props and events
  • Component methods
  • Component slots

Props and Events (api/props-and-events.md)

  • Common props
  • Common events
  • Event handling

Tools API (api/tools-api.md)

  • HTTP request methods
  • Storage methods
  • Router methods
  • Validator methods
  • Format methods
  • Color methods

Configuration API (api/config-api.md)

  • Global configuration options
  • Theme configuration
  • i18n configuration

To use API reference:

  1. Identify the API you need help with
  2. Load the corresponding API file from the api/ directory
  3. Find the API signature, parameters, return type, and examples
  4. Reference the linked example files for detailed usage patterns
  5. All API files include links to relevant example files in the examples/ directory

Best Practices

  1. Use on-demand import: Import only the components you need to reduce bundle size
  2. Use Composition API: Prefer Composition API for better code organization
  3. Handle events properly: Use proper event handlers for component interactions
  4. Customize theme: Use theme variables for customization
  5. Follow design specs: Follow uView Pro design specifications
  6. Use tools: Leverage uView Pro tools for common operations
  7. Use layouts: Use layout templates for consistent page structure

Resources

Keywords

uView Pro, uview-pro, Vue 3, Vue3, uni-app, UI components, component library, 组件库, 按钮, 表单, 列表, 卡片, 提示, 弹窗, 标签页, 导航栏, 日期选择器, 选择器, 开关, 复选框, 单选框, 上传, 分页, 头像, 徽标, 标签, 空状态, 加载, 弹出层, 下拉菜单, 抽屉, HTTP, 存储, 路由, 验证, 格式化, 颜色, 网格布局, 弹性布局, 容器布局, Button, Form, List, Card, Toast, Modal, Tabs, NavBar, DatePicker, Select, Switch, Checkbox, Radio, Upload, Pagination, Avatar, Badge, Tag, Empty, Loading, Popup, Dropdown, Drawer

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.91%
按下载量换算43

OpenCode

23.14%
按下载量换算33

Antigravity

17.04%
按下载量换算25

Codex

11.61%
按下载量换算17

windsurf

8%
按下载量换算12

Gemini CLI

3.37%
按下载量换算5

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills