@dannyfranca/nuxt-handsome-helpers

0.3.1 • Public • Published

@dannyfranca/nuxt-handsome-helpers

npm version npm downloads Circle CI Codecov Dependencies Standard JS

Implementation of js-handsome-helpers for Nuxt

📖 Release Notes

Setup

  1. Add the @dannyfranca/nuxt-handsome-helpers dependency with yarn or npm to your project
  2. Add @dannyfranca/nuxt-handsome-helpers to the modules section of nuxt.config.js
  3. Configure it:
{
  modules: [
    // Simple usage
    'nuxt-handsome-helpers',

    // With options
    ['nuxt-handsome-helpers', {
      scope: 'helpers', // default: 'helpers'. Scope name injected (will generate this.$helpers)
      proxy: false // default: true. Use proxyed version
    }]
  ]
}

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/nuxt-handsome-helpers

Weekly Downloads

0

Version

0.3.1

License

MIT

Unpacked Size

5.79 kB

Total Files

5

Last publish

Collaborators

  • dannyfranca