vue-abtasty

1.1.1 • Public • Published

ABtasty logo

vue-abtasty

Zero dependency plugin that allows you to use ABTasty in your VueJS project

Installation

yarn add vue-abtasty

or through npm :

npm install vue-abtasty --save

Usage

Start using it in your Vue application

import VueABTasty from 'vue-abtasty'
 
Vue.use(VueABTasty, {
  identifier: '[YOUR-TOKEN]'
})

Options

  • identifier key is mandatory. You can find it on your ABTasty configuration page
  • async key is optional. Values can either be true or false depending if you want async script or not. Default is false

Example :

import VueABTasty from 'vue-abtasty'
 
Vue.use(VueABTasty, {
  identifier: '1234567890abcdef1234567890abcdef',
  async: true
})

Develop

git clone https://github.com/SeniorMedia/vue-abtasty.git
cd vue-abtasty
yarn install
yarn run test

Readme

Keywords

Package Sidebar

Install

npm i vue-abtasty

Weekly Downloads

3

Version

1.1.1

License

MIT

Unpacked Size

5.21 kB

Total Files

10

Last publish

Collaborators

  • fabdbt