UNPKG

vue-unicorn-log

Version:

A magical 🦄 plugin to make coloring the console output easier and more flexible.

11 lines (7 loc) • 265 B
import UnicornLog from '@plugins/UnicornLog'; export const version = '__VERSION__'; // Automatic installation if Vue has been added to the global scope. if (typeof window !== 'undefined' && window.Vue) { window.Vue.use(UnicornLog); } export default UnicornLog;