vue-loger

1.0.1 • Public • Published

VueLoger

Loger vue plugin for console.log().

How to install

Run this command in terminal

npm i vue-loger

Include plugin in app.vue

 
import Loger from 'vue-loger';
 
Vue.use(Loger);
 

and try run loger:

 
    this.$loger.info(true, 'success', 100, {}, []);
    this.$loger.fail(false, 0);
 

Package Sidebar

Install

npm i vue-loger

Weekly Downloads

1

Version

1.0.1

License

GPL-3.0

Unpacked Size

39.8 kB

Total Files

6

Last publish

Collaborators

  • silverreve23