UNPKG

vue-unicorn-log

Version:

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

9 lines (6 loc) • 141 B
import Vue from 'vue'; import App from './App.vue'; Vue.config.productionTip = false; new Vue({ render: (h) => h(App), }).$mount('#app');