文件名称:requirejs-google-analytics:简单的谷歌分析加载器
文件大小:18KB
文件格式:ZIP
更新时间:2024-07-27 15:21:33
CoffeeScript
#requirejs-google-analytics 使用 requirejs 异步加载 Google Analytics。 设置 该模块使用 requirejs 模块配置。 需要在页面中添加以下JS requirejs . config ( { config : { 'GA' : { 'id' : 'ACCOUNT_ID' } } , paths : { EventEmitter : 'bower_components/event-emitter/dist/EventEmitter' GA : 'bower_components/requirejs-google-analytics/dist/GoogleAnalytics' } } ) ; 安装 通过凉亭安装 { " dependencies " : {
【文件预览】:
requirejs-google-analytics-master
----.travis.yml(87B)
----package.json(867B)
----test()
--------index.html(1KB)
--------spec()
----.bowerrc(38B)
----Gruntfile.coffee(8KB)
----dist()
--------GoogleAnalytics.js(6KB)
--------README.html(11KB)
----src()
--------GoogleAnalytics.litcoffee(6KB)
--------main.coffee(451B)
----.gitignore(45B)
----demo()
--------index.html(223B)
----README.md(7KB)
----.jshintrc(764B)
----bower.json(360B)
----.editorconfig(415B)
----LICENSE.txt(1KB)