sowell-validation
v1.0.0
Published
Validation helper for VueJS
Downloads
5
Readme
Description
Custom validation tool to be used within a VueJS application
Install method
Install package using yarn
yarn add sowell-validation
Import it into your VueJS app :
import Validate from 'sowell-validation'
Link it with your VueJS app
Vue.use(Validate, { store: store, router: router, app: app })
Usage
This helper will be prototyped as $Validate into your VueJS app
Deploy method
yarn publish