0.2.3 • Published 2 years ago

nuxt-forms v0.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Nuxt Forms

Easy and minimal client-side form handling for Nuxt 3

npm version npm downloads License Nuxt

Features

  • Minimal and small with no direct dependencies and fully tree shakeable
  • Easy integrate popular solutions for data validation (Valibot, Zod and build in rules)
  • Two-way data binding with support for nested values
  • Integrated error message handling and interpolation
  • Comes with composables and headless components to easily create forms
  • Use it to build your own custom form component library

Quick Setup

  1. Add nuxt-forms dependency to your project
# Using pnpm
pnpm add --save-dev nuxt-forms

# Using yarn
yarn add --dev nuxt-forms

# Using npm
npm install --save-dev nuxt-forms
  1. Add nuxt-forms to the modules section of nuxt.config.{ts,js}
{
  modules: [
    'nuxt-forms'
  ]
}

That's it! You can now use Nuxt Forms in your Nuxt app ✨

Credits

  • Inspired by VeeValidate (@logaretm)
  • Rules depend on VeeValidate rules (@logaretm)
  • Validator adapters inspired by modular-forms (@fabian-hiller)

License

MIT License

Copyright (c) Disedia

0.2.3

2 years ago

0.1.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.0.20

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.23

2 years ago

0.0.24

2 years ago

0.0.25

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.26

2 years ago

0.0.27

2 years ago

0.0.28

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago