@html-next/flexi-layouts

2.2.2 • Public • Published

Flexi

Greenkeeper badge

npm version Ember Observer Score Build Status Code Climate

Flexi-layouts is the layouts portion of flexi.

It includes the following concepts:

Installation

It is recommended that you manage your flexi addons through the main flexi addon:

ember install flexi

This will provide a prompt to install only the addons you want. Flexi will also maintain compatibility between addons.

Alternatively install just this package:

ember instal @html-next/flexi-layouts

That's all that required if you're using the classic component layout. If you are using a pod-based structure you will also need to install the shim for ember-app. This is done by modifiying your ember-cli-build.js file. This shim makes ember-cli's template tree able to find the templates for layouts.

var EmberApp = require('ember-cli/lib/broccoli/ember-app');
var shim = require('@html-next/flexi-layouts/lib/pod-templates-shim');

shim(EmberApp);

Support, Questions, Collaboration

Join the flexi channel on Slack.

Slack Status

Contributing

  • Open an Issue for discussion first if you're unsure a feature/fix is wanted.
  • Branch off of develop (default branch)
  • Use descriptive branch names (e.g. <type>/<short-description>)
  • Use Angular Style Commits
  • PR against develop (default branch).

Commmits

Angular Style commit messages have the full form:

<type>(<scope>): <title>

<body>

<footer>

But the abbreviated form (below) is acceptable and often preferred.

<type>(<scope>): <title>

Examples:

  • chore(deps): bump deps in package.json and bower.json
  • docs(component): document the fast-action component

Thanks

A special thanks goes out to @ebryn for the inspiration to pursue a solution for explicit layouts, and IsleofCode for providing the time to built it.

/@html-next/flexi-layouts/

    Package Sidebar

    Install

    npm i @html-next/flexi-layouts

    Weekly Downloads

    25

    Version

    2.2.2

    License

    MIT

    Unpacked Size

    343 kB

    Total Files

    60

    Last publish

    Collaborators

    • runspired
    • kybishop
    • rwwagner90
    • pzuraq
    • twokul
    • mixonic