For bower package, please use /dist/plugin.js Configuration import { createApp } from 'vue' import App from './App.vue' import SimpleVueValidator from 'simple-vue3-validator' const app = createApp(App) .use(SimpleVueValidator) Basic Usage Define the validators object in your vue / compo...
Please use this fork if you are using vue3: simple-vue3-validator Simple Vue Validator Simple Vue validator is a lightweight yet flexible plugin for Vue.js 2.0 that allows you to validate input fields, and display errors. It watches changes of your model data, validates them and informs yo...