nuxt-winston-log

Find more information about nuxt-winston-log (opens new window)

Installation

First, you need to add the nuxt-winston-log (opens new window) to your application:

yarn add nuxt-winston-log

Then, on the nuxt.config.js file, you need to add it to the modules key.

export default {
  modules: ['nuxt-winston-log']
}

Follow the usage instructions to finish the installation (opens new window)