# vue-odometer **Repository Path**: mirrors_xlsdg/vue-odometer ## Basic Information - **Project Name**: vue-odometer - **Description**: Vue.js(v2.x+) component wrap for Odometer.js - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-odometer > Vue.js(v2.x+) component wrap for Odometer.js ## Installation ``` bash $ npm install --save odometer vue-odometer ``` ## Usage ``` vue ``` ## Properties * `value` **[Number]** Optional; `0` by defualt. * `format` **[String]** Optional; * `theme` **[String]** Optional; `default` by defualt. * `duration` **[Number]** Optional; * `animation` **[String]** Optional; * `formatFunction` **[Function]** Optional; See more [Odometer.js](http://github.hubspot.com/odometer/) ## Methods * `renderInside` * `watchForMutations` * `startWatchingMutations` * `stopWatchingMutations` * `cleanValue` * `bindTransitionEnd` * `resetFormat` * `renderDigit` * `formatDigits` * `insertDigit` * `addDigit` * `addSpacer` * `animate` * `animateCount` * `getDigitCount` * `getFractionalDigitCount` * `resetDigits` * `animateSlide` * `render` * `update` Learn more [Odometer.js](http://github.hubspot.com/odometer/) # License MIT