Vuelidate Components
Visit Vuelidate Docs for detailed instructions.
Silver
Bronze
Installation
Vuelidate Components are meant to be used alongside @vuelidate/core
and @vuelidate/validators
.
npm install @vuelidate/core @vuelidate/validators @vuelidate/components
yarn add @vuelidate/core @vuelidate/validators @vuelidate/components
Usage
Import the component you need and use it in your forms.
import { ValidateEach } from '@vuelidate/components'
export default {
components: { ValidateEach },
}
For more info, visit the Vuelidate Docs.
Development
To test the package run
yarn install
yarn build
yarn dev
yarn test:unit