1.0.22 • Published 7 years ago

component-adbite-vuejs v1.0.22

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Component Adbite Vuejs

Vue Adbite Template Component

Coverage Status

Synopsis

To deliver different layouts for ad spaces

Code Examples

Install:

npm install component-adbite-vuejs --save

Usage:

Vue.use(Adbite, options);

or within existing components:

import Adbite from 'component-adbite-vuejs';

export default {
    components: {
        Moviebite
    }
}

Installation

Install dependencies:

npm install

Copy .env.example to create .env:

cp .env.example .env

Copy config files over:

cp ./src/config/build.js ./src/config/development.js

Serve with hot reload at localhost:8080 (default):

npm run dev

Build for production with minification:

npm run build

Documentation

Properties

NameTypeDescription
typeStringType of parameter being sent (Options: banner,swiper, interstitial) banner
payloadArrayThe data containing each asset (Required)
interstitialShowNumberThe number of seconds it will show for (Only for type interstitial) 5
iconBooleanShows 'Ad' icon in bottom right corner true

Test

All widgets should have unit tests associated with them. To run all tests

npm test

For developments test with hot reloading at localhost:3001

npm run test:dev

To run tests with coveralls support:

npm run test:coveralls

Style Guide

All project should follow JS Style guide. Style guide is a modified version of airbnb, and should be referenced during development. Any modified rules can be found in .eslintc.json file.

To run eslint:

npm run lint

To fix eslint errors:

npm run lint:fix

Local Setup

1.0.22

7 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

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