Skip to content

brucou/password-meter-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password meter demo application

This is a demo for a simplified password meter which evaluates the strength of a password. A password will be considered strong if and only if it includes both letters and numbers.

The application showcases integration of the state machine library state-transducer with Vue.js.

Note that this is about the first or second Vue application I am writing, so it is likely that the Vue template does not follow all the established Vue guidelines. If the Vue code hurts your eyes, PRs are welcome.

Installation

npm install

Running the demo

npm run serve

About

Created with CodeSandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published