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

dannyfranca/nuxt-handsome-helpers

Repository files navigation

@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

About

Implementation of js-handsome-helpers for Nuxt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published