👮 Vuejs porting library from jquery.complexify.js
For now, still using library :
https://mazipan.github.io/vue-complexify/
import VueComplexify from 'vue-complexify'
Vue.use(VueComplexify, {})
this.$evalPasswordComplexity(passwordText, this.callback)
function callback(err, valid, complexity) {
console.log(err, valid, complexity)
}
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.