1.0.0 • Published 5 years ago

sowell-validation v1.0.0

Weekly downloads
5
License
MIT
Repository
gitlab
Last release
5 years ago

Description

Custom validation tool to be used within a VueJS application

Install method

  1. Install package using yarn

    yarn add sowell-validation
  2. Import it into your VueJS app :

    import Validate from 'sowell-validation'

  3. 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