JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 141
  • Score
    100M100P100Q61994F
  • License MIT

Simple vue component displaying shots from a user using the dribbble api

Package Exports

  • vuebbble

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vuebbble) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Vuebbble

Simple vue component displaying shots from a user using the dribbble api.

Getting started

$ yarn add vuebbble --dev
# or ...
$ npm i vuebbble --save-dev

Usage

1. Register your dribbble application
2. Import vuebbble
import Vuebbble from "vuebbble";
3. Register component
var app = new Vue({
  el: '#app',

  components: { Vuebbble }
});
4. Display the component
<vuebbble token="CLIENT_ACCESS_TOKEN" user="USERNAME"></vuebbble>