1.0.0 • Published 9 years ago

ember-login v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

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

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 and password values on the addon JS file. Below path to get the username and password values node_modules/ember-login/addon/components/ember-login.js

Customize validation messages

For more information on using ember-cli, visit http://www.ember-cli.com/.