/ember-tabbed-interface

A tabbed Interface application. Might convert it to addon.

Primary LanguageJavaScript

Ember Tabbed Interface

Trying to create a dyanamic tabbed interface. Where a route is opened as a tab??? We are also trying to do it.

Demo: http://aalasolutions.com/ember/tab/

Important files

app/reopens/link-component.js link

Customize all {{link-to}} components

app/site/component/header-tabs link

Manage tabs and call the actions in the services, mainly used to display the tabs

app/site/services/headtabs/service.js link

Handles all the tab events like, add/edit/remove/swap/switch

Other files including initializer to include the service in every route, and include the link-componenet reopn in the main app.js

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/aalasolutions/ember-tabbed-interface.git this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links