1.1.6 • Published 7 years ago

component-musicbite-vuejs v1.1.6

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

Component Musicbite Vuejs

Vue Musicbite Widget Component

Coverage Status

Synopsis

To deliver Music playlist from a provider

Code Examples

Install:

npm install component-musicbite-vuejs --save

Usage:

Vue.use(Musicbite, options);

or within existing components:

import Musicbite from 'component-musicbite-vuejs';

export default {
    components: {
        Musicbite
    }
}

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
autoplayBooleanAutoplay first song in playlist false

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

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.0.5

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