Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

phonowell/v-toolkit

Repository files navigation

v-toolit

usage

check

vt = require 'v-toolkit'
check_ = vt 'check'

await check_()

compile

vt = require 'v-toolkit'
compile_ = vt 'compile'

await compile_ './source/component/home/index.coffee'

count

vt = require 'v-toolkit'
count_ = vt 'count'

await count_()

make

vt = require 'v-toolkit'
make_ = vt 'make'

await make_ 'api'

replace

vt = require 'v-toolkit'
replace_ = vt 'replace'

await replace_ 'config', 'development'

About

Yet another vue toolkit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages