2.0.0 • Published 4 years ago

@netsells/nuxt-hatchly v2.0.0

Weekly downloads
7
License
MIT
Repository
-
Last release
4 years ago

@netsells/nuxt-hatchly

Nuxt module for integrating with Hatchly-based web platforms

Features

This module sets up the various official hatchly Nuxt integration modules:

Usage

Install the dependencies using the following command:

yarn add @netsells/nuxt-hatchly

Add the module to your modules array in your nuxt config file:

modules: [
    '@netsells/nuxt-hatchly',
],

By default it will register all of the modules, but you can make it only register specific modules using the hatchly.modules array in your nuxt config:

hatchly: {
    modules: [
        'pages', 
        'snippets',
        // etc.
    ],
},

For module specific config options, check the various modules own documentation.