/ember-component-patterns

Documentation of common component patterns used with Ember.js

Primary LanguageHandlebars

ember-component-patterns

Basic documentation about different styles of component layouts and how to compose them. The app can be access on the github pages site

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd ember-component-patterns
  • npm install

Running / Development

Code Generators

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

Running Tests

  • npm run test
  • npm run test:ember -- --server

Linting

  • npm run lint
  • npm run lint:fix

Building

  • npm exec ember build (development)
  • npm run build (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links