登录 注册
当前位置:主页 > 资源下载 > 45 > Nuxt-log: 一款适用于vuejs-logger的Nuxt模块

Nuxt-log: 一款适用于vuejs-logger的Nuxt模块

  • 更新:2024-12-10 08:12:38
  • 大小:3KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

日志 使用Nuxt.js记录器模块 设置 使用yarn或npm将nuxt-log依赖项添加到您的项目中 添加nuxt-log到modules的部分nuxt.config.js const logOptions = { // optional : defaults to true if not specified isEnabled : true , // required ['debug', 'info', 'warn', 'error', 'fatal'] logLevel : 'debug' , // optional : defaults to false if not specified stringifyArguments : false , // optional : defaults to false if not specified show