yebo-ember-core
v0.4.4
Published
Core data infrastructure for a Yebo Ember Application.
Readme
Yebo Ember Core
Yebo Ember Core is the core dependency of all other Yebo Ember addons. It
provides the yebo service, which has a seperate store to the host
application.
This store uses a custom serializer and adapter that are
designed to work tightly with the Yebo rails
engine, via Yebo AMS.
this.yebo.store.findAll("product");Note: This Package is included with yebo-ember-storefront. If you're
using that, there's no need to install this seperately.
This addon also adds the following models to the global namespace:
- Address
- Address
- Country
- Image
- Line Item
- Order
- Payment Method
- Payment
- Product Propert
- Product
- Shipment
- Shipping Category
- Shipping Method
- Shipping Rate
- Source
- State
- Stock Location
- Taxon
- Taxonomy
- User
- Variant
- Zone
Finally, this addon handles the UI State Persistance using browser local storage.
Installation
ember install yebo-ember-coreFor full Yebo Ember documentation, visit http://www.yebo-ember.com/.
For more information on using ember-cli, visit http://www.ember-cli.com/.
Yebo Ember
If you're just getting started, it's recommended that you checkout the
yebo-ember-storefront addon instead. It's the quickest way to get up and
running with Yebo Ember.
