@netsells/nuxt-hatchly

2.0.0 • Public • Published

@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @netsells/nuxt-hatchly

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

5.03 kB

Total Files

5

Last publish

Collaborators

  • rebeccaanderton
  • samturrell
  • spamoom
  • jakub.gawron