0.5.9 • Published 7 years ago

yebo-ember-storefront v0.5.9

Weekly downloads
1
License
MIT
Repository
-
Last release
7 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

7 years ago

0.5.8

7 years ago

0.5.7

7 years ago

0.5.6

7 years ago

0.5.5

8 years ago

0.5.4

8 years ago

0.5.3

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.9

8 years ago

0.4.8

8 years ago

0.4.7

8 years ago

0.4.6

8 years ago

0.4.5

8 years ago

0.4.4

8 years ago

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.9

8 years ago

0.3.8

8 years ago

0.3.7

8 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.14

8 years ago

0.2.13

8 years ago

0.2.12

8 years ago

0.2.11

8 years ago

0.2.10

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.2

8 years ago

0.2.0

8 years ago

0.0.1

8 years ago

0.0.0

9 years ago

0.0.1-beta.1

9 years ago