@dannyfranca/nuxt-handsome-helpers
v0.3.1
Published
Implementation of js-handsome-helpers for Nuxt
Downloads
2
Readme
@dannyfranca/nuxt-handsome-helpers
Implementation of js-handsome-helpers for Nuxt
Setup
- Add the
@dannyfranca/nuxt-handsome-helpers
dependency withyarn
ornpm
to your project - Add
@dannyfranca/nuxt-handsome-helpers
to themodules
section ofnuxt.config.js
- 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
Copyright (c) Danny França [email protected]