-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the vuejs tutorial #7890
base: main
Are you sure you want to change the base?
Conversation
Updated outdated information and improved readability for clarity and accuracy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MooseSaeed Thanks for updating the Vue.js tutorial. Looks good except for the linking to third-party learning content.
|
||
## Other extensions | ||
|
||
Volar is only one of many Vue.js extensions available for VS Code. Another recommended extension is [Volar for TypeScript](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). | ||
[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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: extention => extension
Suggest using the Marketplace URL for the extension. We don't usually link to third-party learning content from our docs unless they're part of the core product. So, it's fine to link to vuejs.org content.
This pull request includes updates to the Vue.js tutorial documentation in Visual Studio Code. The changes focus on updating extension recommendations, improving clarity, and ensuring the tutorial content is current.
Vue 2 Support:
Extension Recommendations:
Vue CLI Reference:
vue-cli-service
as Vue CLI is no longer recommended for new apps and isn't relevant to the tutorial.Tutorial Content:
Debugging and Linting:
Screenshots:
Helpful External Link: