Directory

mtz-update-password - Vaadin Add-on Directory

An element for validating a password matches all requirements before updating. mtz-update-password - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/MaritzSTL/mtz-update-password](https://github.com//MaritzSTL/mtz-update-password/blob/v0.4.2/README.md) on 2019-05-22 ]** [![Build Status](https://img.shields.io/travis/MaritzSTL/mtz-update-password/master.svg?style=flat-square)](https://travis-ci.org/MaritzSTL/mtz-update-password) [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg?style=flat-square)](https://www.webcomponents.org/element/MaritzSTL/mtz-update-password) [![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg?style=flat-square)](https://vaadin.com/directory/component/maritzstlmtz-update-password) [![Stars on vaadin.com/directory](https://img.shields.io/vaadin-directory/star/maritzstlmtz-update-password.svg?style=flat-square)](https://vaadin.com/directory/component/maritzstlmtz-update-password) # \ Takes a password in from the user and validates it against a set of requirements. The component was featured on Vaadin's blog: [Check it out](https://vaadin.com/blog/top-five-web-components-for-password-inp-1) :tada: ```html ``` ## Install the Polymer-CLI First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your application locally. ## Viewing Your Application ``` $ polymer serve ``` ## Building Your Application ``` $ polymer build ``` This will create a `build/` folder with `bundled/` and `unbundled/` sub-folders containing a bundled (Vulcanized) and unbundled builds, both run through HTML, CSS, and JS optimizers. You can serve the built versions by giving `polymer serve` a folder to serve from: ``` $ polymer serve build/bundled ``` ## Running Tests ``` $ polymer test ``` Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.