Skip to content

dgeb/ember-engines-demo

Repository files navigation

Ember Engines Demo Build Status

This is a simple demo of the ember-engines addon.

This app makes use of the following engines:

  • ember-blog-engine - an example of a routable engine that is contained in a separate addon repo.

  • ember-chat-engine - an example of a route-less engine that is an in-repo addon.

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

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

License

Copyright 2015 Dan Gebhardt. MIT License (see LICENSE.md for details).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published