bespoke-ga
v1.0.0
Published
Google Analytics for Bespoke.js
Downloads
2
Readme
bespoke-ga
Google Analytics for Bespoke.js
Download
Download the production version or the development version, or use a package manager.
Usage
This plugin is shipped in a UMD format, meaning that it is available as a CommonJS/AMD module or browser global.
For example, when using CommonJS modules:
var bespoke = require('bespoke'),
ga = require('bespoke-ga');
bespoke.from('#presentation', [
ga()
]);
When using browser globals:
bespoke.from('#presentation', [
bespoke.plugins.ga()
]);
Package managers
npm
$ npm install bespoke-ga
Bower
$ bower install bespoke-ga
Credits
This plugin was built with generator-bespokeplugin.