/ember-component-patterns

Transforming https://emberjs-1.gitbook.io/ember-component-patterns/ into an Ember app

Primary LanguageJavaScript

ember-component-patterns

This is a project to provide accessible component patterns for Ember developers. It is a project to convert https://emberjs-1.gitbook.io/ember-component-patterns/ to an Ember app (for easier contributing), and build on top of that to make this app a best-in-class resource for all aspects of accessible components.

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

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

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

Deploying

This app will be automatically deployed to Netlify when new branches are merged to the main branch.

Further Reading / Useful Links