Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.09 KB

Ember App Kit

Ember App Kit is a foundation for your ambitious web applications built in Ember. It's intended to be used either on its own or as the base scaffolding for generators built on for Ember applications, including Ember Tools, generator-ember, and a hypothetical official executable at some point in the future.

For usage information, please see the getting started guide.

Features

  • (relatively) Sane project structure
  • ES6 module transpiler support (easy, future-proof modules)
  • Module system-aware resolver
  • Simple ember-testing example
  • Testing via QUnit, Ember Testing, and Karma
  • Project compilation & minification for easy deploys
  • Optional CoffeeScript, SASS, and LESS support

Future goals

  • ES6-aware JSHint
  • Source maps for transpiled modules
  • Better support for usage in generators

Think anything else is missing? Feel free to open an issue (or, even better, a PR)! Discussion and feedback is always appreciated.