{"id":13423998,"url":"https://github.com/samcrosoft/vue-countup","last_synced_at":"2025-07-25T13:31:49.776Z","repository":{"id":57395417,"uuid":"50999511","full_name":"samcrosoft/vue-countup","owner":"samcrosoft","description":"A plugin to count up to a figure using Vue.js","archived":false,"fork":false,"pushed_at":"2017-02-14T15:23:04.000Z","size":47,"stargazers_count":42,"open_issues_count":1,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-24T21:54:43.119Z","etag":null,"topics":["count","countup-plugin","vue","vue-countup"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samcrosoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-03T12:52:51.000Z","updated_at":"2022-03-28T15:53:34.000Z","dependencies_parsed_at":"2022-08-30T20:01:12.170Z","dependency_job_id":null,"html_url":"https://github.com/samcrosoft/vue-countup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcrosoft%2Fvue-countup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcrosoft%2Fvue-countup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcrosoft%2Fvue-countup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcrosoft%2Fvue-countup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samcrosoft","download_url":"https://codeload.github.com/samcrosoft/vue-countup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227579581,"owners_count":17789095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["count","countup-plugin","vue","vue-countup"],"created_at":"2024-07-31T00:00:46.379Z","updated_at":"2024-12-01T14:33:49.855Z","avatar_url":"https://github.com/samcrosoft.png","language":"JavaScript","funding_links":[],"categories":["Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)","Awesome Vue.js"],"sub_categories":["Libraries \u0026 Plugins"],"readme":"# VueCountUp\n\nCountUp plugin implemented for use with Vue.js.\n\nThis is a component built for the very interesting CountUp plugin\n\n\n## Usage\n\n### Installation\n\nFirstly, insert the vue.js script and then insert a reference to the vue-countUp library as done below\n\n```html\n    \u003cscript scr='/path/to/vue/vue.js'\u003e\u003c/script\u003e\n    \u003cscript scr='/path/to/vuecountup/dist/vue-count-up.js'\u003e\u003c/script\u003e\n```\n\nInstall Using **Windows Global**\n\n```html\n    \u003cscript type='text/javascript'\u003e\n        Vue.use(window.VueCountUp);\n    \u003c/script\u003e\n```\n\nor, Install Using **Module Loader**\n\n```html\n    \u003cscript type='text/javascript'\u003e\n        Vue.use(require('vue-countup'));\n    \u003c/script\u003e\n```\n\n### Use in templates\n\nYou can insert a count up element like below\n\n```html\n\u003cvuecountup class=\"myCounter\" :end=\"2500\" :duration=\"2.5\" :options=\"{useEasing : true,\n            useGrouping : true,\n            separator : ',',\n            decimal : '.',\n            prefix : '',\n            suffix : ''}\"\u003e\u003c/vuecountup\u003e\n            \n```\n\nYou can specify all the attributes listed below, only the end attribute is ***required***\n\nSee [CountUp documentation](https://inorganik.github.io/countUp.js/) for all available attributes.\n\n### Available Attributes\n\n\n1. **start** - This is the start value for the count up \n    - **type**: Number\n    - **required** : false\n    - **default** : 0\n2. **end** - This is the value that count-up counts to \n    - **type**: Number\n    - **required** : true\n3. **decimal** - This is the number of decimal places the count-up component should use in display \n    - **type**: Number\n    - **required** : false\n    - **default** : 0\n4. **duration** - This is the duration for the countup animation to count from *start* to *end* \n    - **type**: Number\n    - **required** : false\n    - **default** : 2.5\n4. **options** - This is the option for the countup plugin \n    - **type**: Object\n    - **required** : false    \n    \n\nSee [CountUp documentation](https://inorganik.github.io/countUp.js/) for all available attributes.\n\n## License\n\nThis plugin is released under the [MIT Licence](https://opensource.org/licenses/MIT)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamcrosoft%2Fvue-countup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamcrosoft%2Fvue-countup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamcrosoft%2Fvue-countup/lists"}