This README outlines the details of collaborating on this Ember addon.
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";
THIS IS NOT READY FOR USE JUST YET...
git clone https://github.com/cball/justa-table.git
cd justa-table
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.