Lang Vue

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

tomevault-io Updated

File contents

VUE Standards

  • Style: Vue 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 — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/dragoscirjan--opencode-config--lang-vue commit 9213335dd1

Frequently asked questions

npx skillmds@latest add tomevault-io/lang-vue