https://github.com/webdevnerdstuff/vue-unicorn-log
A magical 🦄 plugin to make coloring the console output easier and more flexible.
https://github.com/webdevnerdstuff/vue-unicorn-log
devtools javascript js log logging magic plugin unicorn vue
Last synced: 7 months ago
JSON representation
A magical 🦄 plugin to make coloring the console output easier and more flexible.
- Host: GitHub
- URL: https://github.com/webdevnerdstuff/vue-unicorn-log
- Owner: webdevnerdstuff
- License: mit
- Created: 2022-03-08T17:52:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T18:02:03.000Z (over 2 years ago)
- Last Synced: 2025-04-13T20:46:23.400Z (7 months ago)
- Topics: devtools, javascript, js, log, logging, magic, plugin, unicorn, vue
- Language: JavaScript
- Homepage: https://webdevnerdstuff.github.io/vue-unicorn-log/
- Size: 1.71 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-vue - vue-unicorn-log - A Vue 2 magical 🦄 plugin to make coloring the (devtools) console output easier and more flexible. [Vue 3 version](https://github.com/webdevnerdstuff/vue3-unicorn-log) version also available.. (Components & Libraries / Dev Tools)
README
Vue Unicorn Log
## Description
The `vue-unicorn-log` is a 🦄 plugin to make coloring the console output easier and more flexible. Plugin version for Vue 3 can be found [here](https://github.com/webdevnerdstuff/vue3-unicorn-log).
## Installation
Using [pnpm](https://pnpm.io/):
```
pnpm add vue-unicorn-log
```
Using npm:
```
npm i vue-unicorn-log
```
## Documentation
[Documentation & Demo](https://webdevnerdstuff.github.io/vue-unicorn-log/)
## Dependencies
[Vue 2](https://v2.vuejs.org/)
## Change Log
[CHANGELOG](https://github.com/webdevnerdstuff/vue-unicorn-log/blob/master/CHANGELOG.md)
## License
Copyright (c) 2023 WebDevNerdStuff
Licensed under the [MIT license](https://github.com/webdevnerdstuff/vue2-unicorn-log/blob/main/LICENSE.md).
