form-vue

Installation
SKILL.md

Form Vue

Production Vue 3 form patterns. Default stack: VeeValidate + Zod.

Quick Start

npm install vee-validate @vee-validate/zod zod
<script setup lang="ts">
import { useForm, useField } from 'vee-validate';
import { toTypedSchema } from '@vee-validate/zod';
import { z } from 'zod';
Related skills

More from bbeierle12/skill-mcp-claude

Installs
49
GitHub Stars
8
First Seen
Jan 23, 2026