1.1.1 • Published 4 years ago

vue-abtasty v1.1.1

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

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
1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago

0.2.0

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago