@gormartsen/vue-debug

1.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @gormartsen/vue-debug

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

4.01 kB

Total Files

5

Last publish

Collaborators

  • gormartsen