vue-ticks

1.0.1 • Public • Published

vue-ticks

Vue plugin for easy timer ticks management inside components.

npm npm bundle size (minified + gzip) npm NpmLicense

Install:

npm install vue-ticks

or

yarn add vue-ticks

Enable it in your project:

import Vueticks from 'vue-ticks';
Vue.use(Vueticks);

You can now declare your ticks:

export default {
  ticks: {
    ...
  }
}

Readme

Keywords

Package Sidebar

Install

npm i vue-ticks

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

96.3 kB

Total Files

6

Last publish

Collaborators

  • jobedom