Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 343 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 343 Bytes

Axios Performance Logger

This plugin created for monitoring requests performance on NuxtJS.

Installation

npm install nuxt-axios-perf-plugin --save

Usage

plugins/axiosPerf.js

import applyPerformanceLogger from 'nuxt-axios-perf-plugin'

export default function (context) {
  applyPerformanceLogger(context)
}