Home > Article > Web Front-end > What software to use to write vuejs
Software for writing vuejs: 1. webStorm, a JavaScript development tool; 2. Visual Studio Code, a lightweight code editor; 3. hbulider, a Web development IDE; 4. Sublime Text ; 5. Atom, etc.
The operating environment of this tutorial: windows7 system, vue2.9.6 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.
Note: If you want to develop vue, you need to download the plug-in.
Installation method:
Enter the vscode official website plug-in store (https://marketplace.visualstudio.com/VSCode) and search for the plug-in
To install the Vetur plug-in as an example
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 to use to write vuejs. For more information, please follow other related articles on the PHP Chinese website!