mazipan / vue-complexify

:cop: Vuejs porting library from jquery.complexify.js

Home Page:https://mazipan.github.io/vue-complexify/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-complexify

License minified version downloads monthly downloads

đź‘® Vuejs porting library from jquery.complexify.js

Dependency

For now, still using library :

Demo

https://mazipan.github.io/vue-complexify/

How to use

Import plugins

import VueComplexify from 'vue-complexify'
Vue.use(VueComplexify, {})

Using in component

this.$evalPasswordComplexity(passwordText, this.callback)

Callback parameter

function callback(err, valid, complexity) {
  console.log(err, valid, complexity)
}

Credit

Contributing

If you'd like to contribute, head to the contributing guidelines. Inside you'll find directions for opening issues, coding standards, and notes on development.

Hope this will be useful for you all.

Contact Me :

Email Website Facebook

Twitter Linkedin Slideshare

About

:cop: Vuejs porting library from jquery.complexify.js

https://mazipan.github.io/vue-complexify/

License:MIT License


Languages

Language:HTML 39.6%Language:JavaScript 37.4%Language:Vue 23.0%