Skip to content

Vue3 plugin to define global $debug with log,warn,error and info options

License

Notifications You must be signed in to change notification settings

Gormartsen/vue-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-debug

Vue3 plugin to define global $debug with log,warn,error and info options

Usage:

import Debug from "@gormartsen/vue-debug";

var APP = createApp(App);
APP.use(Debug, true);

Where second argument is enable/disable debug print to console by default

TODO: provide floating dynamic popup with errors or smth.

About

Vue3 plugin to define global $debug with log,warn,error and info options

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published