spree-ember-core

0.0.1-beta.1 • Public • Published

Spree Ember Core

Build Status Join the chat at https://gitter.im/hhff/spree-ember

Spree Ember Core is the core dependency of all other Spree Ember addons. It provides the spree 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 Spree rails engine, via Spree AMS.

this.spree.store.find("product");

Note: This Package is included with spree-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 spree-ember-core

For full Spree Ember documentation, visit http://www.spree-ember.com/.

For more information on using ember-cli, visit http://www.ember-cli.com/.

Spree Ember

If you're just getting started, it's recommended that you checkout the spree-ember-storefront addon instead. It's the quickest way to get up and running with Spree Ember.

Readme

Keywords

Package Sidebar

Install

npm i spree-ember-core

Weekly Downloads

1

Version

0.0.1-beta.1

License

MIT

Last publish

Collaborators

  • hhff