vdirectives

1.0.1 • Public • Published

vdirectives

directives for vue

v-jumberNumber [done]

from 0 to yourData in 1s with fixedStep(min Step eq 1)

use

install

npm install vdirectives

import

import vdirectives from "vdirectives"
Vue.use(vdirectives)

usage

<h1 v-jumpNumber>1000</h1>
<span v-jumpNumber>-100</h1>
<div v-jumpNumber>1000%</div>
<div v-jumpNumber="4">10,000,000</div>

v-fullScreen

a simple set to enable a dom element to fill the whole screen

usage

<div v-fullScreen>

.....

</div>

/vdirectives/

    Package Sidebar

    Install

    npm i vdirectives

    Weekly Downloads

    8

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    13 kB

    Total Files

    6

    Last publish

    Collaborators

    • fanyoufu