1.1.1 • Published 6 years ago

qw-stat v1.1.1

Weekly downloads
14
License
ISC
Repository
-
Last release
6 years ago

安装

npm install qw-stat --save

引入

import QwStat from 'qw-stat'

初始化

// 初始化
window.QwStat = window.QwStat || QwStat

QwStat.init({
  appId: 00000,
  appKey: '**********'
})


/**
 * 自定义事件
 * @param {String} 自定义事件ID
 * @param {Object} hostname 事件配置
 */
QwStat.clickStat('event', { query: 'hello' })
1.1.1

6 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago