https://github.com/mazipan/vue-complexify
:cop: Vuejs porting library from jquery.complexify.js
https://github.com/mazipan/vue-complexify
complexify complexify-js password-complexity vue-complexify
Last synced: 10 months ago
JSON representation
:cop: Vuejs porting library from jquery.complexify.js
- Host: GitHub
- URL: https://github.com/mazipan/vue-complexify
- Owner: mazipan
- License: mit
- Created: 2017-09-15T04:42:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T04:26:57.000Z (over 4 years ago)
- Last Synced: 2024-04-24T16:18:23.630Z (over 1 year ago)
- Topics: complexify, complexify-js, password-complexity, vue-complexify
- Language: HTML
- Homepage: https://mazipan.github.io/vue-complexify/
- Size: 1.55 MB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vue - vue-complexify - Vuejs porting library from jquery.complexify.js ` 📝 a year ago` (UI Components [🔝](#readme))
- awesome-vue-zh - vue-complexify - 来自jquery.complexify.js的Vuejs移植库. (UI组件 / 形成)
- awesome-vue - vue-complexify - Vuejs porting library from jquery.complexify.js. (Components & Libraries / UI Components)
- awesome-vue - vue-complexify ★7 - Vuejs porting library from jquery.complexify.js. (UI Components / Form)
- awesome-vue - vue-complexify - Vuejs porting library from jquery.complexify.js. (UI Components / Form)
README
# vue-complexify
[](https://github.com/mazipan/vue-complexify)  [](https://www.npmjs.com/package/vue-complexify)
[](https://www.npmjs.com/package/vue-complexify)
[](https://www.npmjs.com/package/vue-complexify)
:cop: Vuejs porting library from jquery.complexify.js
## Dependency
For now, still using library :
+ [node-complexify](https://github.com/kislyuk/node-complexify)
## Demo
[https://mazipan.github.io/vue-complexify/](https://mazipan.github.io/vue-complexify/)
## How to use
#### Import plugins
```javascript
import VueComplexify from 'vue-complexify'
Vue.use(VueComplexify, {})
```
#### Using in component
```javascript
this.$evalPasswordComplexity(passwordText, this.callback)
```
#### Callback parameter
```javascript
function callback(err, valid, complexity) {
console.log(err, valid, complexity)
}
```
## Credit
+ [node-complexify](https://github.com/kislyuk/node-complexify) by [kislyuk](https://github.com/kislyuk)
+ [jquery.complexify.js](https://github.com/danpalmer/jquery.complexify.js/) by [danpalmer](https://github.com/danpalmer)
## Contributing
If you'd like to contribute, head to the [contributing guidelines](/CONTRIBUTING.md). Inside you'll find directions for opening issues, coding standards, and notes on development.
### Hope this will be useful for you all.
## Contact Me :
[](mailto:mazipanneh@gmail.com)
[](https://mazipanneh.com/blog/)
[](https://facebook.com/mazipanneh)
[](https://twitter.com/Maz_Ipan)
[](https://id.linkedin.com/in/irfanmaulanamazipan)
[](https://www.slideshare.net/IrfanMaulana21)