ember-cli-gtm
v0.1.2
Published
The default blueprint for ember-cli addons.
Downloads
105
Readme
Ember-cli-gtm
Easily add Google Tag Manager to your app.
Installation
# From within your ember-cli project
npm install ember-cli-gtm
Usage
First you'll need to configure your GTM App ID:
// config/environment.js
ENV['ember-cli-gtm'] = {
appId: '[YOUR_APP_ID]'
};