Software that can open ".vue" format files: 1. webStorm, a JavaScript development tool; 2. Visual Studio Code, a lightweight code editor from Microsoft, free and functional Powerful, with very good support for JavaScript and NodeJS; 3. hbulider, a web development IDE that supports HTML5; 4. Sublime Text, a text editor; 5. Atom.
The operating environment of this tutorial: windows7 system, vue3 version, DELL G3 computer.
Software for writing vuejs:
1. webStorm
WebStorm is a subsidiary of jetbrains. A JavaScript development tool. 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.
2. Visual Studio Code
Visual Studio Code is a lightweight code editor from Microsoft. It is free and powerful and supports JavaScript and NodeJS. Very good, it comes with many functions, such as code formatting, code intelligent prompt completion, Emmet plug-in, etc. VSCode recommends opening a project as a folder.
Benefits:
Free
Go beyond syntax highlighting and autocomplete with IntelliSense.
Debug code directly from the editor.
Built-in git command.
Extensible and customizable.
Easily deploy and host your website with Microsoft Azure.
Official link address: https://code.visualstudio.com/#built-in-git
3、hbulider
HBuilder is a web development IDE launched by DCloud (Digital Paradise) that supports HTML5. HBuilder was written using Java, C, Web and Ruby. The main body of HBuilder itself is written in Java.
It is based on Eclipse, so it is naturally compatible with Eclipse plug-ins.
4. Sublime Text
Sublime Text is a text editor (paid software, you can try it indefinitely, but there will be an activation prompt pop-up window), and it is also a Advanced code editor. Sublime Text was developed by programmer Jon Skinner in January 2008. It was originally designed as a Vim with rich extension functions.
Sublime Text has a beautiful user interface and powerful features such as code thumbnails, Python plug-ins, code snippets, etc. Key bindings, menus and toolbars can also be customized. The main features of Sublime Text include: spell check, bookmarks, complete Python API, Goto function, instant project switching, multi-selection, multi-window and more. Sublime Text is a cross-platform editor that supports Windows, Linux, Mac OS X and other operating systems.
Sublime Text supports syntax highlighting in multiple programming languages, has excellent code auto-completion function, and also has a code snippet (Snippet) function, which can save commonly used code snippets and call them at any time when needed. . Supports VIM mode and can use most commands in Vim mode. Supports macros, which simply means recording operations or writing commands yourself, and then playing back the just-recorded operations or commands.
5, atom
Atom is a cross-platform text editor launched by github specifically for programmers. It has a simple and intuitive graphical user interface and has many interesting features: it supports CSS, HTML, JavaScript and other web programming languages. It supports macros, automatically completes the split-screen function, and integrates a file manager.
Related recommendations: "vue.js Tutorial"
The above is the detailed content of What software should be used to open .vue format files?. For more information, please follow other related articles on the PHP Chinese website!