File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Vue VSCode Snippets
2
2
3
- ![ vue-snippet-hero] ( . /images/vue-snippet-hero.gif)
3
+ ![ vue-snippet-hero] ( https://github.com/sdras/vue-vscode-snippets/blob/master /images/vue-snippet-hero.gif)
4
4
5
5
## Description
6
6
@@ -10,11 +10,17 @@ This repo was built particularly for real world use. It doesn't catalogue the AP
10
10
11
11
_ Current version: Vue2_
12
12
13
- ![ SnippetDemo] ( . /images/SnippetDemo.gif)
13
+ ![ SnippetDemo] ( https://github.com/sdras/vue-vscode-snippets/blob/master /images/SnippetDemo.gif)
14
14
15
15
## Installation
16
16
17
- * [ vscode Extensions Marketplace] ( https://marketplace.visualstudio.com/items?itemName=sdras.vue-vscode-snippets )
17
+ _ Either_
18
+
19
+ * click the extensions button (lowest square icon in the editor), and type in Vue VSCode Snippets, select the one by sdras
20
+
21
+ _ or_
22
+
23
+ * go here [ vscode Extensions Marketplace] ( https://marketplace.visualstudio.com/items?itemName=sdras.vue-vscode-snippets )
18
24
19
25
``` javascript
20
26
ext install Vue VSCode Snippets
Original file line number Diff line number Diff line change 16
16
" Vue 2" ,
17
17
" Vue Snippets"
18
18
],
19
+ "extensionDependencies" : [
20
+ " octref.vetur"
21
+ ],
19
22
"categories" : [
20
23
" Snippets"
21
24
],
You can’t perform that action at this time.
0 commit comments