vue-cli-plugin-dayjs

0.1.2 • Public • Published

vue-cli-plugin-dayjs

Vue CLI 3 plugin to add dayjs to your vue project.

🔥Install

❗️Do not install this package as a dependency, it will install the plugin source code instead installing the plugin, use the following command if your project is based on vue-cli 3+, it will automatically install day.js as devDependency and expose the $day() method as a Vue prototype for you to use in SFCs. Learn more about vue-cli plugins here: https://cli.vuejs.org/guide/plugins-and-presets.html

vue add dayjs

👾Usage

You can use the this.$day() method anywhere in your SFCs, to use it outside of SFCs, for example in vuex store files or js files simply import dayjs. Learn more about day.js here: https://github.com/iamkun/dayjs

this.$day()

💻Examples

SFCs

<!-- inside template/html -->
<template>
  <p>{{ $day().format('DD-MM-YY hh:mma') }}</p> <!--  11-05-2019 04:05pm  -->
</template>
// insdie script
<script>
export default {
  created() {
    const now = this.$day().format('DD-MM-YY hh:mma')
    console.log(now) // 11-05-2019 04:05pm 
  }
}
</script>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    59
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    59
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i vue-cli-plugin-dayjs

Weekly Downloads

59

Version

0.1.2

License

MIT

Unpacked Size

24.9 kB

Total Files

6

Last publish

Collaborators

  • sy97