64 packages
@netsells/adonis-make-component
This package contains an Adonis provider to provider a `make:component` component. This command allows you to quickly bootstrap Component, Unit Test and Storybook files.
@netsells/catch-continue
A class to allow you to run segments of code in order, catch errors, and retry or continue from where an error occured.
@netsells/crayon-cli
Crayon is a frontend CLI tool for bootstrapping and scaffolding frontend applications. Much like laravels `artisan` CLI tool, it aims to reduce time in writing a lot of repetitive patterns.
@netsells/crx-webpack-plugin
A webpack plugin to package chrome extensions (crx) post build
@netsells/cypress-commands
Common CypressIO commands in Netsells projects
@netsells/deployr-node
CLI tool to bootstrap setting up new sites on our staging server.
@netsells/eslint-config
Eslint config for the Netsells organisation
@netsells/eslint-plugin-netsells
@netsells/eslint-plugin-require-jsdoc-except
A modified version of the built-in eslint rule require-jsdoc that allows you to exclude certain methods from requiring a JSDoc.
@netsells/highlight-within-textarea
jQuery plugin for highlighting bits of text within a textarea.
@netsells/laravel-api-parser
Parse Laravel API responses
@netsells/netsells-storybook-theme
A simple reusable theme module for storybooks included in Netsells projects.
@netsells/nuxt-auth
Enhanced @nuxtjs/auth module with runtime config
@netsells/nuxt-auth-controller
[![NPM version][npm-image]][npm-url]
@netsells/nuxt-auth-v4
Enhanced @nuxtjs/auth module with runtime config (v4 only)
@netsells/nuxt-bootstrap-vue-lazyloader
Nuxt module for lazyloading bootstrap-vue components
@netsells/nuxt-contactform-me
Nuxt integration for Contactform.me
@netsells/nuxt-env
This module will allow you to update env variables without doing an entire re-build and deploy of your application. This package is a wrapper around [@koumoul/nuxt-config-inject](http://npmjs.com/package/@koumoul/nuxt-config-inject), but based on env vars
@netsells/nuxt-hatchly
> Nuxt module for integrating with Hatchly-based web platforms
@netsells/nuxt-hotjar
Nuxt hotjar plugin
@netsells/nuxt-icons8
A simple module to provide an Icons8 SVG spritesheet to your Nuxt app
@netsells/nuxtjs-client-secret
Middleware for getting an access token from your API for your frontend without exposing your client ID and secret
@netsells/nuxtjs-page-store
Store global data for a page which is cleared after changing page
@netsells/nuxt-meta-builder
meta builder class so that you can build the meta object up in a more fluent way
@netsells/nuxt-non-pojo
A way to use non-POJO class instances in NuxtJS