New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@netsells/nuxt-hatchly

Package Overview
Dependencies
Maintainers
9
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

1.4.0
npm
Version published
Weekly downloads
16
Maintainers
9
Weekly downloads
 
Created
Source

@netsells/nuxt-hatchly

Nuxt module for integrating with Hatchly-based web platforms

Features

  • Automatic retrieval of navigations, and helper method for utilising the response data
  • Automatic retrieval of snippets, and helper method for utilising the response data
  • Automatic setup of common modules with sane defaults:
    • bootstrap-vue
      • css: false so that styles aren't pulled in twice
    • @nuxtjs/style-resources
    • @nuxtjs/pwa
  • Automatic 301 redirection of hatchly file URLs which are composed of only the path (e.g. in the WYSIWYG editor)

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',
],

Future Features

  • Axios module
  • Apollo module

FAQs

Package last updated on 31 Oct 2019

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