Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 689 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 689 Bytes

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