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.
npm install
npm run serve