Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@netsells/nuxt-hatchly

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netsells/nuxt-hatchly

> Nuxt module for integrating with Hatchly-based web platforms

latest
npmnpm
Version
2.0.0
Version published
Maintainers
6
Created
Source

@netsells/nuxt-hatchly

Nuxt module for integrating with Hatchly-based web platforms

Features

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

  • @hatchly/nuxt-files-module
  • @hatchly/nuxt-navigation-module
  • @hatchly/nuxt-newsletter-module
  • @hatchly/nuxt-pages-module
  • @hatchly/nuxt-redirects-module
  • @hatchly/nuxt-snippets-module

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.

FAQs

Package last updated on 25 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts