Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

local-ch/nuxtjs-rollbar

Repository files navigation

nuxtjs-rollbar

Rollbar module for NuxtJs

Setup

  1. Add @localsearch/nuxtjs-rollbar dependency to your project
npm install @localsearch/nuxtjs-rollbar
  1. Add @localsearch/nuxtjs-rollbar to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    '@localsearch/nuxtjs-rollbar',

    // With options
    ['@localsearch/nuxtjs-rollbar', { /* module options */ }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

About

Rollbar module for NuxtJs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published