⛩ yuki-gta
$ npm i --save yuki-gta
# or
$ yarn add yuki-gta
import Gta from 'yuki-gta'
const gta = new Gta({
google: 'UA-********-**',
baidu: '*********'
})
gta.event({
category: 'page',
action: 'action',
label: 'label',
value: 1
})
gta.pageview('page')
# install dependencies
$ npm i
# or
$ yarn
# dev
$ npm run dev
# test
$ npm run test
# lint
$ npm run lint
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request 🍻
yuki-gta © Limichange, Released under the MIT License.