0.4.0 • Published 9 years ago
justa-table v0.4.0
Ember Justa Table 
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-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";Usage
THIS IS NOT READY FOR USE JUST YET...
Development
git clone https://github.com/cball/justa-table.gitcd justa-tablenpm installbower install
Previewing
ember server- Visit your app at http://localhost:4200.
Running Tests
ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.