Installation
You will need to remove another dependency that injects a store
service.
To consume this addon in an Ember CLI application:
ember install ember-jsonapi-resources
Remove dependency for Ember Data in your ember-cli app:
npm rm ember-data --save-dev
Remove ember-data from both bower.json and package.json then:
bower install
npm install
Getting Started
- An overview is on the website usage page
- Learn the JSONAPI format
- See the Generator page
- Read the Resources page
- Checkout the source code in the example app
Requirements
- v2.X supports Ember v2.4.x (LTS) and newer
- v1.X supports Ember v1.13.x and newer