ticketfly-ui

Ticketfly UI Framework

Usage no npm install needed!

<script type="module">
  import ticketflyUi from 'https://cdn.skypack.dev/ticketfly-ui';
</script>

README

Build Status

Ticketfly UI

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

Installation

  • git clone this repository
  • npm install
  • bower install

Running

  • ember server
  • Visit your app at http://localhost:4200.

Running Tests

  • npm test (Runs ember 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 in app/styles and import this in the above as well.
    • @import 'settings';

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