Introduction
What is VueFormify?
VueFormify is a form-building library for Vue that simplifies creating both simple and complex forms. It offers type safety, schema validations and a minimal bundle size (~4kb gzipped), making it both secure and efficient.
Core Features
- Type Safe: Ensures accurate data types and autocompletion across fields.
- Auto Collect Values: Seamlessly gathers form data.
- Supports Nested Objects and Arrays: Easily handle complex data structures.
- Easy Third-Party Integrations: Flexible to work with other libraries.
- Validation: Use schema based validators like
Zod
,Valibot
orArkType
. - Lightweight (~4kb): Small footprint for a faster, more responsive app.
Credits
VueFormify was inspired by the great work of VeeValidate and FormKit. A special thanks to Bálint Szekeres for his support during development.