# vue-countup-v2 > Vue.js component wrap for CountUp.js ## Installation ```bash $ npm install --save countup.js vue-countup-v2 ``` ## Usage ``` vue ``` ## Properties * `delay` **[Number]** Optional; * `endVal` **[Number]** Required; The value you want to arrive at. * `options` **[Object]** Optional; Formatting/easing options object. See more [countUp.js](https://github.com/inorganik/countUp.js) ## Static Methods * `start` * `pauseResume` * `reset` * `update` Learn more [countUp.js](https://github.com/inorganik/countUp.js) ## License MIT