Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaliber5/ember-google-analytics
Google Analytics tracking for your Ember.js App
https://github.com/kaliber5/ember-google-analytics
Last synced: 12 days ago
JSON representation
Google Analytics tracking for your Ember.js App
- Host: GitHub
- URL: https://github.com/kaliber5/ember-google-analytics
- Owner: kaliber5
- License: mit
- Created: 2016-07-25T10:42:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T15:23:38.000Z (over 3 years ago)
- Last Synced: 2024-12-21T09:27:14.078Z (about 1 month ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
* `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`
For more information on using ember-cli, visit [http://ember-cli.com/](http://ember-cli.com/).