@bouzu/vue-helper
v0.0.2
Published
[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![bundle][bundle-src]][bundle-href] [![JSDocs][jsdocs-src]][jsdocs-href]
Downloads
59
Readme
@bouzu/vue-helper
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.