From b1159fb2d951efdf2be76d0f22dde9b04b57cb78 Mon Sep 17 00:00:00 2001 From: WebDevNerdStuff Date: Mon, 20 Jul 2026 12:17:01 -0400 Subject: [PATCH 1/8] docs: add CLAUDE.md project reference --- CLAUDE.md | 134 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..6dc4ae1 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,134 @@ +# CLAUDE.md — vuetify-stepper-form + +## Project Overview + +`@wdns/vuetify-stepper-form` is a Vue 3 + TypeScript + Vuetify component plugin that provides a structured, customizable multi-step form. It renders a stepper layout that guides users through sequential steps with per-step form validation (vee-validate + yup/zod), conditional fields/pages, summary/review pages, and slot-based customization. + +## Tech Stack + +- **Framework**: Vue 3 (Composition API, `