Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 539 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 539 Bytes

ember-google-analytics

Google Analytics tracking for your Ember.js App

[WIP] Documentation still missing

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

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