IntelliJ IDEA
 
2021.3
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Vue.js

Last modified: 01 August 2022

Required plugins:

JavaScript and TypeScript -  The plugin is available only in IntelliJ IDEA Ultimate, where it is enabled by default.

Vue.js -  Install the plugin on the Settings/Preferences | Plugins page, tab Marketplace. The plugin is available only in IntelliJ IDEA Ultimate.

Vue.js is a framework for developing user interfaces and advanced single-page applications. IntelliJ IDEA provides support for the Vue.js building blocks of HTML, CSS, and JavaScript with Vue.js-aware code completion for components, including components defined in separate files, attributes, properties, methods, slot names, and more.

With the built-in debugger, you can debug your Vue.js code right in IntelliJ IDEA, which can automatically generate the necessary run/debug configurations you need: an npm configuration that launches the development server and starts your application in the development mode and a JavaScript Debug configuration that launches a debugging session.