A CountUp component for Vue
npm install vue-countup-v2> Vue.js component wrap for CountUp.js
``bash`
$ npm install --save countup.js vue-countup-v2
` vue
:endVal="endVal"
:options="options"
@ready="onReady"
/>
`
* delay [Number]
Optional;
* endVal [Number]
Required; The value you want to arrive at.
* options [Object]
Optional; Formatting/easing options object.
See more countUp.js
* startpauseResume
* reset
* update`
*
Learn more countUp.js
MIT