🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A minimal clean digital clock for vue.js app.

Date _Time

Documentation

vue-clock

Simple clock component using Vue.js

Install

$ npm install @dangvanthanh/vue-clock --save

Usage

<template>   <div class="app">     <vue-clock />   </div> </template>  <script> import VueClock from '@dangvanthanh/vue-clock';  export default {   components: { VueClock } } </script>

License

MIT © Dang Van Thanh [email protected]


You May Also Like