Skip to content

Commit 18fda80

Browse files
Adding readme
1 parent f6c1d8c commit 18fda80

File tree

1 file changed

+54
-1
lines changed

1 file changed

+54
-1
lines changed

README.md

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,54 @@
1-
# Vue 3 Unicorn Log
1+
<p align="center">
2+
<img alt="Unicorn" width="256" src="https://github.com/webdevnerdstuff/vue3-unicorn-log/raw/main/docs/images/unicorn.svg">
3+
</p>
4+
5+
<p>
6+
<h1 align="center">Vue 3 UnicornLog</h1>
7+
</p>
8+
9+
<p align="center">
10+
<a href="https://www.npmjs.com/package/vue3-unicorn-log">
11+
<img src="https://img.shields.io/npm/v/vue3-unicorn-log?logo=npm" alt="NPM Package">
12+
</a>
13+
&nbsp;
14+
<a href="https://github.com/webdevnerdstuff/vue3-unicorn-log">
15+
<img src="https://img.shields.io/badge/GitHub-WebDevNerdStuff-deeppink.svg?logo=github" alt="@WebDevNerdStuff">
16+
</a>
17+
</p>
18+
19+
20+
## Description
21+
22+
The `vue3-unicorn-log` is a 🦄 plugin to make coloring the console output easier and more flexible. Component is for Vuetify v3. Plugin version for Vue 2 can be found [here](https://github.com/webdevnerdstuff/vue-unicorn-log).
23+
24+
25+
## Installation
26+
27+
Using [pnpm](https://pnpm.io/):
28+
```
29+
pnpm add vue3-unicorn-log
30+
```
31+
32+
Using npm:
33+
```
34+
npm i vue3-unicorn-log
35+
```
36+
37+
## Documentation
38+
39+
[Documentation & Demo](https://webdevnerdstuff.github.io/vue3-unicorn-log/)
40+
41+
## Dependencies
42+
43+
[Vue 3](https://vuejs.org/)
44+
45+
46+
## Change Log
47+
48+
[CHANGELOG](https://github.com/webdevnerdstuff/vue3-unicorn-log/blob/main/CHANGELOG.md)
49+
50+
51+
## License
52+
53+
Copyright (c) 2023 WebDevNerdStuff
54+
Licensed under the [MIT license](https://github.com/webdevnerdstuff/vue3-unicorn-log/blob/main/LICENSE.md).

0 commit comments

Comments
 (0)