Our development environment is an important part of application development. When using Visual Studio Code to create Vue applications, the following extensions are recommended:
- Vetur
- Vue 2 Snippets
Let's take a look at both of these in more detail.
Our development environment is an important part of application development. When using Visual Studio Code to create Vue applications, the following extensions are recommended:
Let's take a look at both of these in more detail.
Vetur is powered by the Vue Language Server and provides us with syntax highlighting, Emmet (for increased HTML/CSS workflow), snippets, linting, IntelliSense, and more. This greatly improves our development experience and is widely supported, with over 1,000 stars on GitHub. To install the extension, click the Extensions icon within Visual Studio Code and type Vetur; from here, you can select Install and it'll automatically be used...