vue-form-error
A simple Vuejs component that can be used to display form validation errors on inputs.
Installation
npm install vue-form-error --save
OR
yarn add vue-form-error
Usage
Run Examples Locally
- Clone this repo
- Install dependencies: npm install
- Run dev server and it will open on
http://localhost:8080
: npm run serve