vue.js can be edited with vscode or WebStorm software; vscode is a free and open source modern lightweight code editor; WebStorm is a JavaScript development tool owned by jetbrains.
Recommendation: "vue tutorial"
vue.js can be edited with vscode or WebStorm software.
VSCode software is a free and open source modern lightweight code editor that supports syntax highlighting, intelligent code completion, custom hotkeys, bracket matching, and code snippets for almost all mainstream development languages. , code comparison Diff, GIT and other features, supports plug-in extensions, and is optimized for web development and cloud application development.
WebStorm is a JavaScript development tool owned by jetbrains. It has been praised by the majority of Chinese JS developers as "Web front-end development artifact", "the most powerful HTML5 editor", "the most intelligent JavaScript IDE", etc. It has the same origin as IntelliJ IDEA and inherits the functions of the powerful JS part of IntelliJ IDEA.
vscode or webstorm are both very useful. vscode is easy to download and has many plug-ins that are very convenient to use; while webstorm is used by more people. The vsconde interface looks more beautiful; the webstorm interface looks not as comfortable as vs.
Which one to use depends mainly on the individual. Most development tools are quite easy to use.
The above is the detailed content of What editor to use with vue.js. For more information, please follow other related articles on the PHP Chinese website!