0.5.9 • Published 9 years ago

yebo-ember-storefront v0.5.9

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

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
  }
});
0.5.9

9 years ago

0.5.8

9 years ago

0.5.7

9 years ago

0.5.6

9 years ago

0.5.5

9 years ago

0.5.4

9 years ago

0.5.3

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.9

9 years ago

0.4.8

9 years ago

0.4.7

9 years ago

0.4.6

9 years ago

0.4.5

9 years ago

0.4.4

9 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.9

9 years ago

0.3.8

9 years ago

0.3.7

9 years ago

0.3.6

9 years ago

0.3.5

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.14

9 years ago

0.2.13

9 years ago

0.2.12

9 years ago

0.2.11

9 years ago

0.2.10

10 years ago

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.2

10 years ago

0.2.0

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago

0.0.1-beta.1

10 years ago