0.0.9 • Published 3 years ago

vue-human-readable v0.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

V-Ago - Vue 3 Human Readable Time

  • Does not depend on moment.js
  • Lightweight
  • MySQL Timestamp support

Basic Usage

<template>
  <div>
    <v-ago :date="exampleParsedDate" />
  </div>
</template>

<script>
import VAgo from 'vue-human-readable';

export default {
  components: {
    VAgo
  },
  data() {
    return {
      
    }
  }
}
</script>

MySQL (Default: false)

  • If set true, accepts a MySQL Timestamp string
  • If false, accepts a JS Date object

Remaining Tasks

  • Build a Gitpage
  • Test code efficiency
  • Write test cases
  • Rollup deployment
  • Using Date FNS?
0.0.3

3 years ago

0.0.2

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.1

3 years ago

1.0.0

3 years ago