UNPKG

vue3-unicorn-log

Version:

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

55 lines (35 loc) • 1.33 kB
<p align="center"> <img alt="Unicorn" width="256" src="https://github.com/webdevnerdstuff/vue3-unicorn-log/raw/main/public/unicorn.svg"> </p> <p> <h1 align="center">Vue 3 UnicornLog</h1> </p> <p align="center"> <a href="https://www.npmjs.com/package/vue3-unicorn-log"> <img src="https://img.shields.io/npm/v/vue3-unicorn-log?logo=npm" alt="NPM Package"> </a> &nbsp; <a href="https://github.com/webdevnerdstuff/vue3-unicorn-log"> <img src="https://img.shields.io/badge/GitHub-WebDevNerdStuff-deeppink.svg?logo=github" alt="@WebDevNerdStuff"> </a> </p> ## Description The `vue3-unicorn-log` is a 🦄 plugin to make coloring the console output easier and more flexible. Plugin version for Vue 2 can be found [here](https://github.com/webdevnerdstuff/vue-unicorn-log). ## Installation Using [pnpm](https://pnpm.io/): ``` pnpm add vue3-unicorn-log ``` Using npm: ``` npm i vue3-unicorn-log ``` ## Documentation [Documentation & Demo](https://webdevnerdstuff.github.io/vue3-unicorn-log/) ## Dependencies [Vue 3](https://vuejs.org/) ## Change Log [CHANGELOG](https://github.com/webdevnerdstuff/vue3-unicorn-log/blob/main/CHANGELOG.md) ## License Copyright (c) 2023 WebDevNerdStuff Licensed under the [MIT license](https://github.com/webdevnerdstuff/vue3-unicorn-log/blob/main/LICENSE.md).