This is a component for resetting login, logout password and requesting activation and new registration.
Example:
<things-login data-route="login"
route ="{{route}}"
title="Things Label Management"
login-path="login"
content-type="application/x-www-form-urlencoded"
success-route="list"
username-input-label="ID"
password-input-label="Password"
submit-label ="Submit"
Reset-label = "Reset">
<img avatar src="https://maps.gstatic.com/tactile/pane/default_geocode-1x.png"/>
</things-login>
First, make sure you have the Polymer CLI installed. Then run polymer serve
to serve your application locally.
$ polymer serve
$ polymer build
You can launch the server from build/bundled
or build/unbundled
with the following command:
$ polymer serve build/bundled
$ polymer test
The test has been set up as described in web-component-tester. You can run the test with the following command.
$ polymer test