1.2.18 • Published 7 years ago

component-youtubite-vuejs v1.2.18

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

Component Youtubite Vuejs

Vue Youtubite Widget Component

Coverage Status

Synopsis

To deliver Youtube videos

Code Examples

Install:

npm install component-youtubite-vuejs --save

Usage:

Vue.use(Youtubite, options);

or within existing components:

import Youtubite from 'component-youtubite-vuejs';

export default {
    components: {
        Youtubite
    }
}

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
urlStringThe base url origin for api end point
tokenStringAPI access token
termStringParameter to search for on Instagram
typeStringType of parameter being sent (Options: user,hashtag) user
limitNumberLimits the number of items shown in the widget
showTitleBooleanOptions to display or hide heading true
layoutStringLayout to show the feed (Options: list, profile) profile

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.2.18

7 years ago

1.2.17

7 years ago

1.2.16

7 years ago

1.2.15

7 years ago

1.2.14

7 years ago

1.2.13

7 years ago

1.2.12

7 years ago

1.2.11

7 years ago

1.2.10

7 years ago

1.2.9

7 years ago

1.2.8

7 years ago

1.2.7

7 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.1.15

7 years ago

1.1.14

7 years ago

1.1.13

7 years ago

1.1.12

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.11

7 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago