We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd55676 commit d98f517Copy full SHA for d98f517
package.json
@@ -4,6 +4,10 @@
4
"description": "Vue 3 snippets for VS Code",
5
"version": "0.0.0",
6
"publisher": "exer7um",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/ExEr7um/vue3-vscode-snippets.git"
10
+ },
11
"author": {
12
"name": "Vasily Kuzin",
13
"email": "[email protected]"
@@ -17,6 +21,19 @@
17
21
"engines": {
18
22
"vscode": "^1.69.0"
19
23
},
24
+ "keywords": [
25
+ "Vue",
26
+ "Vue 3",
27
+ "Nuxt",
28
+ "Nuxt 3",
29
+ "Pinia",
30
+ "Vue Snippets",
31
+ "Vue 3 snippets",
32
+ "Nuxt snippets",
33
+ "Nuxt 3 snippets",
34
+ "Pinia snippets",
35
+ "Composition API"
36
+ ],
20
37
"categories": [
38
"Snippets"
39
],
0 commit comments