Skip to content

Commit 57995a1

Browse files
authored
docs: Add badges and license to README (#24)
* Add badges * Add license info
1 parent 58de773 commit 57995a1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Vue 3 VS Code Snippets
22

3+
![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/exer7um.vue-3-vscode-snippets?color=blue)
4+
![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/exer7um.vue-3-vscode-snippets?color=success)
5+
![GitHub](https://img.shields.io/github/license/ExEr7um/vue3-vscode-snippets)
6+
![Vue Version](https://img.shields.io/badge/vue-3-%234FC08D?logo=vuedotjs)
7+
38
![vue3-vscode-snippets-hero](https://i.imgur.com/qlgaQhl.gif)
49

510
## Description
@@ -120,3 +125,9 @@ These snippets were made to speed up Vue 3 development. With it you can write bo
120125
This is an open source project open to anyone. Contributors are welcome on [GitHub](https://github.com/exer7um/vue3-vscode-snippets).
121126

122127
If you are contributing a snippet, please be sure to add the documentation for it in the tables in the `README`, the pull request cannot be accepted without this addition. Thanks!
128+
129+
## License
130+
131+
Copyright © 2022 Vasily Kuzin.
132+
133+
This project is [MIT](https://github.com/ExEr7um/vue3-vscode-snippets/blob/main/LICENSE) licensed.

0 commit comments

Comments
 (0)