1.1.1 • Published 5 years ago

qw-stat v1.1.1

Weekly downloads
14
License
ISC
Repository
-
Last release
5 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

5 years ago

1.1.0

5 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago