ember-login
v1.0.0
Published
Ember addon for Login screen with validation
Downloads
9
Readme
Ember-login
This README outlines the details of collaborating on this Ember Login Addon.
Installation Steps
npm install ember-login --save
command to install this addon
How to use
{{ember-login}}
in your HBS file. This will render the login form on the page.
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
ember test
ember test --server
Building
ember build
Features of this addon
- Login form with the css style
- Validation incorported with the ember controls
- Get
username
andpassword
values on the addon JS file. Below path to get theusername
andpassword
values node_modules/ember-login/addon/components/ember-login.js
Customize validation messages
ember-cli-html5-validation
this addon used for validation For more information to customize validation https://www.npmjs.com/package/ember-cli-html5-validation.
For more information on using ember-cli, visit http://www.ember-cli.com/.