Skip to content

Commit

Permalink
chore: recommend volar vscode extension (vitejs#4842)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev authored and aleclarson committed Nov 8, 2021
1 parent f400c77 commit 913b2b6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ explorations
*.local
/packages/vite/LICENSE
*.cpuprofile
.vscode/
/.vscode/
3 changes: 3 additions & 0 deletions packages/create-vite/template-vue-ts/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["johnsoncodehk.volar"]
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue-ts/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vue 3 + Typescript + Vite

This template should help get you started developing with Vue 3 and Typescript in Vite.
This template should help get you started developing with Vue 3 and Typescript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.

## Recommended IDE Setup

Expand Down
3 changes: 3 additions & 0 deletions packages/create-vite/template-vue/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["johnsoncodehk.volar"]
}
7 changes: 7 additions & 0 deletions packages/create-vite/template-vue/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.

## Recommended IDE Setup

- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)

0 comments on commit 913b2b6

Please sign in to comment.