JSPM

  • Created
  • Published
  • Downloads 224
  • Score
    100M100P100Q88860F
  • License MIT

Number Rolling Counter

Package Exports

  • vue-roller

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 (vue-roller) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

vue-roller

Vue Rolling Count & Vue Rolling String

Demo

http://andy-0414.github.io/vue-roller

GET STARTED

npm

npm i vue-roller

Vue-typescript

import Roller from "vue-roller";

@Component({
    components: { Roller }
})