Vuejs porting library from jquery.complexify.js
Vuejs porting library from jquery.complexify.js.
vue-complexify
:cop: 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 :
Github Repository
Tags: #VueJs #Miscellaneous