Countdown Countdown component for Vue.js Feb 21, 2021 1 min read vue-countdown Countdown component for Vue 3. View Demo View Github Main files dist/ ├── vue-countdown.js (UMD, default) ├── vue-countdown.min.js (UMD, compressed) ├── vue-countdown.esm.js (ECMAScript Module) └── vue-countdown.esm.min.js (ECMAScript Module, compressed) Text Getting started Installation npm install vue @chenfengyuan/vue-countdown Shell In browser: <script src="/path/to/vue.js"></script><!-- Vue.js is required --> <script src="/path/to/vue-countdown.js"></script> HTML Usage import { createApp } from 'vue'; import VueCountdown from '@chenfengyuan/vue-countdown'; const app = createApp({}); app.component(VueCountdown.name, VueCountdown); Js <vue-countdown :time="2 * 24 * 60 * 60 * 1000" v-slot="{ days, hours, minutes, seconds }"> Time Remaining:{{ days }} days, {{ hours }} hours, {{ minutes }} minutes, {{ seconds }} seconds. </vue-countdown> <!-- <span>Time Remaining:1 days, 23 hours, 59 minutes, 59 seconds.</span> --> HTML Browser support Same as Vue 3. GitHub fengyuanchen/vue-countdown?? — Read MoreDownload as zip Countdown
Countdown A countdown timer built with Vue.js and TypeScript A countdown timer built with Vue.js and TypeScript 04 July 2023
Countdown Live broadcast information and countdown of New Year's Eve Live broadcast information and countdown of New Year's Eve 27 January 2023