Vue component which verify password complexity
npm install v-strengthjs
npm i --save v-strength
`
$3
Include the script file, then install the component with Vue.use(VueStrength); e.g.:
`html
`
$3
`js
import VueStrength from 'v-strength';
`
Usage
Once installed, it can be used in a template as simply as:
`html
``