Package Exports
- vue-count-component
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-count-component) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
vue-count-componet
A count-to component of vue.js
Build Setup
# install dependencies
npm install vue-cout-component -S
# use
import countComponent from 'vue-count-component'
<count-component :startVal='0' :endVal='2018'/></count-component>
* startVal = the value you want to begin at
* endVal = the value you want to arrive at
* decimals = (optional) number of decimal places in number, default 0
* duration = (optional) duration in seconds, default 2
* options = see [countUp.js](https://github.com/inorganik/countUp.js#readme) and [demo](http://inorganik.github.io/countUp.js/)