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-sassNote: 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.gitcd justa-tablenpm installbower install
ember server- Visit your app at http://localhost:4200.
ember testember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.