Vue AutoCounter
Vue AutoCounter is loaded with powerful features to fulfill your data-visualization needs. Look at some of the key features of Vue AutoCounter. For more details
Installing via npm
npm i vue3-autocounter
Direct <script> include
Another way is to directly include it in your html
import Vue3autocounter from 'vue3-autocounter'
Vue Code
<template>
<Vue3autocounter ref="counter" separator="" :startAmount="0" :endAmount="4500" />
</template>