Skip to content

bogdan12893/vee-validate-inputs

Repository files navigation

VeeValidate v4 composition api examples

VeeValidate v4 Documentation

VeeValidate setup for Nuxt3 + examples using composition api.

Examples provided with validation for:

  • input type - text
  • input type - checkbox
  • input type - radio
  • input type - file

Extra:

  • scroll to input with error

Nuxt 3

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev