ticketfly-ui
v0.1.2
Published
Ticketfly UI Framework
Downloads
2
Readme
Ticketfly UI
This README outlines the details of collaborating on this Ember addon.
Installation
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
Usage in Ticketfly Apps
- In
package.json
add"ticketfly-ui": "Ticketfly/ticketfly-ui#v0.0.9"
as one of the devDependencies - In
app/styles/app.scss
add the following:@import "ticketfly-ui/colors";
@import "ticketfly-ui/ticketfly-ui";
- If you need to override any foundation defaults that ticketfly-ui doesn't already do, include a
_settings.scss
file inapp/styles
and import this in the above as well.@import 'settings';
For more information on using ember-cli, visit http://www.ember-cli.com/.