1.0.14 • Published 6 years ago

v-strength v1.0.14

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

vue-strength

A Vue component that shows a password security.

This isn't particularly useful, it's used as a demo for how to publish Vue components to NPM and work with JavaScript Classes!

Installation

npm i --save v-strength

Browser

Include the script file, then install the component with Vue.use(VueStrength); e.g.:

<script type="text/javascript" src="node_modules/vuejs/dist/vue.min.js"></script>
<script type="text/javascript">
  Vue.use(VueStrength);
</script>

Module

import VueStrength from 'v-strength';

Usage

Once installed, it can be used in a template as simply as:

<v-strength></v-strength>
1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago