Ycs77 Vue

This skill should be used when applying project-specific opinionated Vue 3 conventions. It covers SFC block order (template-first vs script-first), inline typing for defineProps and defineEmits, using reactive() for form state management, ref type assertions with as Ref<Type> for complex types, same-name shorthand bindings in Vue 3.4+, and props access patterns in templates. Relevant when a user asks about template ordering, how to type props or emits inline, reactive vs ref for forms, ref type assertion patterns, shorthand attribute bindings, props usage in templates, or following Lucas Yang's Vue coding conventions.

ycs77 cda03d3 7.7 KB Updated

File contents

ycs77/skills/tree/main/skills/ycs77-vue commit cda03d3192

Frequently asked questions

npx skillmds@latest add ycs77/ycs77-vue