@dannyfranca/vue-handsome-helpers
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

@dannyfranca/vue-handsome-helpers

npm version npm downloads Circle CI Codecov Dependencies Standard JS

Implementation of @dannyfranca/vue-handsome-helpers for Vue

Install

npm install @dannyfranca/vue-handsome-helpers

Usage

// register globally

import Vue from 'vue'
import helpers from '@dannyfranca/vue-handsome-helpers'

Vue.use(helpers)
// to change scope name

Vue.use(helpers, {scope: 'customName'})

Helpers will be available in global instance

const opt = this.$helpers.optionsFromString('x:foo|y:bar')
console.log(opt) // { x: 'foo', y: 'bar' }

Methods

Check the methods in the original repository.

License

MIT License

Copyright (c) Danny França contato@dannyfranca.com

Readme

Keywords

none

Package Sidebar

Install

npm i @dannyfranca/vue-handsome-helpers

Weekly Downloads

1

Version

0.4.0

License

MIT

Unpacked Size

6.91 kB

Total Files

4

Last publish

Collaborators

  • dannyfranca