muthur / ember-validation-sample

Sample ember app for demonstrating how to handle validation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember-validation-sample

This is a sample application to demonstrate the error validation and displaying the errors inline (both client and server side error) using components. The idea is to achieve the following.

  • One single model named "User"
  • 2 different components displaying data coming from User model for edit.
  • Each of the component to take care of the client side validation and display it inline

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Sample ember app for demonstrating how to handle validation


Languages

Language:JavaScript 58.0%Language:Handlebars 23.5%Language:HTML 18.2%Language:CSS 0.3%