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

Latest commit

 

History

History
executable file
·
31 lines (22 loc) · 577 Bytes

README.md

File metadata and controls

executable file
·
31 lines (22 loc) · 577 Bytes

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