Logging framework for Vue 3 and Typescript?

This page summarizes the projects mentioned and recommended in the original post on /r/vuejs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • vuejs3-logger

    Provides customizable logging functionality for Vue.js. Compatible with Vue3.

  • I want to replace all of my console.log(...); statements with something a little more formal in my Vue 3/Typescript project. Can anyone recommend a good logging framework for projects using Vue 3 and Typescript? I tried using vuejs3-logger, but got nothing but errors from it. Is there something better I could use?

  • logger

    Pretty-print utility logger for JS/TS (by evilkiwi)

  • I use this library here, it's still just console logging but is nice to work with https://github.com/evilkiwi/logger

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • vue3-vite-containerized-app

  • I use this simple logger in my apps. I have a Vite .env variable that disables the logging in production. https://github.com/mbokil/vue3-vite-containerized-app/blob/main/src/services/utility.js

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts