v-strength

1.0.14 • Public • Published

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>

Package Sidebar

Install

npm i v-strength

Weekly Downloads

50

Version

1.0.14

License

MIT

Unpacked Size

77.6 kB

Total Files

13

Last publish

Collaborators

  • therealnorman