Skip to content

Example Ember app demonstrating how to manage dirty data and route transitions

License

Notifications You must be signed in to change notification settings

sukima/ember-dirty-change-example

Repository files navigation

ember-dirty-change-example

This is a running example of my Blog Post regarding dirty tracking in Ember.

See it running in a DEMO.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd ember-dirty-change-example
  • yarn 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

  • yarn lint
  • yarn lint:fix

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Example Ember app demonstrating how to manage dirty data and route transitions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published