# Lang Vue

> Vue.js development standards and tooling. Use when this capability is needed.

- Skill: `tomevault-io/lang-vue` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/lang-vue`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/lang-vue/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/lang-vue

---


# VUE Standards

- **Style:** [Vue Style Guide](https://vuejs.org/style-guide/) (Essential & Strongly Recommended).
- **Tooling:** `Prettier`, `eslint-plugin-vue`, `Vue Test Utils`.
- **Modern Vue:** Use Composition API (`<script setup>`). 
- **State:** Use `ref` for primitives, `reactive` for objects, `computed` for derived state.
- **Components:** Single-File Components (SFC). "Props down, events up" via `defineProps` and `defineEmits`.

Always load `clean-code` alongside this skill.

---
> Source: [dragoscirjan/opencode-config](https://github.com/dragoscirjan/opencode-config) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-15 -->

