Simple clock component using Vue.js

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>

Download Details:

Author: dangvanthanh

Demo: https://output.jsbin.com/dofubew

Source Code: https://github.com/dangvanthanh/vue-clock

#vuejs #vue #javascript

Simple clock component using Vue.js
18.05 GEEK