yebo-ember-storefront

0.5.9 • Public • Published

Yebo Ember Storefront

Build Status Join the chat at https://gitter.im/azclick/yebo-ember

The Yebo Ember Storefront is a collection of routes, templates and components that work out of the box with the Yebo rails engine via Yebo AMS.

It uses:

Installation

ember install yebo-ember-storefront

This will install all of the Storefront templates into your host application.

Now, you'll need to tell Ember's router where to put the standard Yebo routes.

In router.js:

import Ember from 'ember';
import config from './config/environment';
 
// This line imports the Yebo Router.
import yeboRouter from 'yebo-ember-storefront/router';
 
var Router = Ember.Router.extend({
  location: config.locationType
});
 
Router.map(function() {
  yeboRouter(this, config);
});
 
export default Router;

For full Yebo Ember documentation, visit http://www.yebo-ember.com/.

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

Disable Normalize.css & Zurb Foundation

Yebo Ember Storefront includes Normalize & Zurb Foundation into your CSS tree. If you'd like to disable them, you can optionally do so in your application's Brocfile.js.

var app = new EmberApp({
  'yebo-ember-storefront': {
    disableNormalize: true,
    disableFoundation: true
  }
});

Readme

Keywords

Package Sidebar

Install

npm i yebo-ember-storefront

Weekly Downloads

0

Version

0.5.9

License

MIT

Last publish

Collaborators

  • yebo-dev