1.0.0 • Published 11 years ago
ember-login v1.0.0
Ember-login
This README outlines the details of collaborating on this Ember Login Addon.
Installation Steps
npm install ember-login --savecommand 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 testember test --server
Building
ember build
Features of this addon
- Login form with the css style
- Validation incorported with the ember controls
- Get
usernameandpasswordvalues on the addon JS file. Below path to get theusernameandpasswordvalues node_modules/ember-login/addon/components/ember-login.js
Customize validation messages
ember-cli-html5-validationthis 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/.