arco-design-vue
Arco Design Vue Skill
@arco-design/web-vue 是 Arco Design 的 Vue 3 组件库实现。
关键约定
编写 Arco Design Vue 代码时始终遵守这些规则:
- 使用 Vue 3。新代码优先使用
<script setup lang="ts">和 Composition API。 - 完整引入:
import { createApp } from 'vue';
import ArcoVue from '@arco-design/web-vue';
import '@arco-design/web-vue/dist/arco.css';
import App from './App.vue';
More from arco-design/arco-design-skill
arco-design
Arco Design React UI component library reference (@arco-design/web-react). Use this skill whenever the user asks to build a page, create a UI, write frontend code, develop a web application, design a dashboard, or implement any React interface — especially when they mention Arco, arco-design, @arco-design/web-react, or any Arco component name (Button, Table, Form, Modal, Select, Menu, etc.). Covers all 70 components with full API, code examples, import patterns, theming, i18n, layout, forms, tables, modals, navigation, data entry, data display, feedback, responsive design, and best practices.
103arco-design-skills
Arco Design React 组件库完整参考。当用户使用 @arco-design/web-react 进行开发时,根据需要加载对应的组件、模式或 Hooks 参考文件。
1