https://github.com/webdevnerdstuff/vue3-unicorn-log
A magical 🦄 plugin to make coloring the console output easier and more flexible.
https://github.com/webdevnerdstuff/vue3-unicorn-log
console javascript log logging magic plugin unicorn vue vue3
Last synced: about 1 month ago
JSON representation
A magical 🦄 plugin to make coloring the console output easier and more flexible.
- Host: GitHub
- URL: https://github.com/webdevnerdstuff/vue3-unicorn-log
- Owner: webdevnerdstuff
- License: mit
- Created: 2023-02-27T03:59:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T21:39:08.000Z (about 2 years ago)
- Last Synced: 2024-05-02T01:43:51.581Z (about 1 year ago)
- Topics: console, javascript, log, logging, magic, plugin, unicorn, vue, vue3
- Language: Vue
- Homepage: https://webdevnerdstuff.github.io/vue3-unicorn-log/
- Size: 2.96 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
Vue 3 UnicornLog
## 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).