vue-besutils

1.2.7 • Public • Published

vue-besutils

npm version npm build npm downloads gzip size: JS npm license

Installing

npm install bes-jstools vue-besutils --save

Get on unpkg

Example

import Vue from 'vue'
import BesUtils from 'bes-jstools'
import VUEBesUtils from 'vue-besutils'


Vue.use(VUEBesUtils, BesUtils)
<template>
  <div>{{ $utils.toDateString(startDate, 'yyyy-dd-MM HH:mm:ss') }}</div>
</template>
<script>
export default {
  created () {
    this.$utils.toDateString(new Date(), 'MM/dd/yyyy HH:mm:ss.SSS')
  }
}
</script>

Package Sidebar

Install

npm i vue-besutils

Weekly Downloads

2

Version

1.2.7

License

MIT

Unpacked Size

3.66 kB

Total Files

4

Last publish

Collaborators

  • botheyes