0.4.0 • Published 8 years ago

justa-table v0.4.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Ember Justa Table Build Status

This README outlines the details of collaborating on this Ember addon.

Including In An Ember Application

Here is the simplest way to get started with justa-table:

ember install cball/justa-table
ember install ember-cli-sass

Note: Ember CLI versions < 0.2.3 should use ember install:addon instead of ember install

app.scss

@import "justa-table/justa-table-structure";
@import "justa-table/justa-table-appearance";

Usage

THIS IS NOT READY FOR USE JUST YET...

Development

  • git clone https://github.com/cball/justa-table.git
  • cd justa-table
  • npm install
  • bower install

Previewing

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

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