Home  >  Article  >  Web Front-end  >  What editor to use with vue.js

What editor to use with vue.js

藏色散人
藏色散人Original
2020-12-08 09:27:065067browse

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.

What editor to use with vue.js

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:Does vue.js support ie9?Next article:Does vue.js support ie9?