0.0.2 • Published 3 months ago

@bouzu/vue-helper v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@bouzu/vue-helper

npm version npm downloads bundle JSDocs

Usage

Install package:

# npm
npm install @bouzu/vue-helper

# yarn
yarn add @bouzu/vue-helper

# pnpm
pnpm install @bouzu/vue-helper

Import:

// ESM
import { eventRef } from '@bouzu/vue-helper'

// CommonJS
const { eventRef } = require('@bouzu/vue-helper')

Development

  • Clone this repository
  • Install latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Made with 💛

Published under MIT License.