This addon enables the serializer API to run with a deprecation in Ember Data 2.0. Support for the old serializer API will be removed in Ember Data 2.4.
ember install ember-data-serializer-1x
You can include the globals.js file in your application.
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.