Skip to content

Commit 1ebde54

Browse files
committed
Update Vue next steps
1 parent bb7dda6 commit 1ebde54

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

docs/nodejs/vuejs-tutorial.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -154,18 +154,14 @@ Another popular tool for debugging Vue.js is the [vue-devtools](https://devtools
154154

155155
## Other extensions
156156

157-
[Vue - Official extention](https://vueschool.io/lessons/volar-the-official-language-feature-extension-for-vs-code) is only one of many Vue.js extensions available for VS Code.
157+
- Search in the Extensions view (`kb(workbench.view.extensions)`) by typing _vue_ to find other Vue extensions.
158158

159-
![Vue recommended extensions](images/vuejs/vue-recommended-extensions.png)
159+
![Vue.js extensions](images/vuejs/vue-extensions.png)
160160

161-
You can search in the Extensions view (`kb(workbench.view.extensions)`) by typing 'vue'.
161+
- Extensions like [Vue VS Code Snippets](https://marketplace.visualstudio.com/items?itemName=sdras.vue-vscode-snippets) can be handy for Vue snippets.
162162

163-
![Vue.js extensions](images/vuejs/vue-extensions.png)
163+
![Vue VS Code Snippets](images/vuejs/vue-vscode-snippets.png)
164164

165-
Extension like [Vue VS Code Snippets](https://marketplace.visualstudio.com/items?itemName=sdras.vue-vscode-snippets) can be handy for Vue snippets.
165+
- There are also Extension Packs, which bundle extensions that other people have found useful for Vue.js development.
166166

167-
![Vue VS Code Snippets](images/vuejs/vue-vscode-snippets.png)
168-
169-
There are also Extension Packs, which bundle extensions that other people have found useful for Vue.js development.
170-
171-
![Vue.js Extension Pack](images/vuejs/vue-extension-pack.png)
167+
![Vue.js Extension Pack](images/vuejs/vue-extension-pack.png)

0 commit comments

Comments
 (0)