A simple Vue.js countdown component.
To run locally:
git clone git@github.com:brianzelip/vue-countdown.git
cd vue-countdown
npm i
npm startTo use this component in another Vue project, copy over src/components/Countdown.vue and register it in a parent component. See src/App.vue for example.