What IDE tool is used to write vuejs?

青灯夜游
Release: 2023-01-11 09:22:32
Original
13820 people have browsed it

The IDE tools available for writing vuejs: 1. Visual Studio Code, a very excellent IDE development tool with rich plug-ins; 2. webStorm, a smart IDE; 3. Sublime Text; 4. HBuilder ; 5. Atom, etc.

What IDE tool is used to write vuejs?

The operating environment of this tutorial: windows7 system, vue2.9.6 version, DELL G3 computer.

Ide tools available for writing vuejs:

1, Visual Studio Code

Vscode is A very excellent IDE development tool with a beautiful interface, powerful and practical functions, the software supports Chinese, has a wealth of plug-ins, and integrates all the features that a modern editor should have, including syntax high lighting. Customizable keyboard bindings, bracket matching and snippets. Supports Windows, OS X and Linux. Built-in JavaScript, TypeScript and Node.js support.

Benefits:

  • Free

  • Go beyond syntax highlighting and autocomplete with IntelliSense.

  • Debug code directly from the editor.

  • Built-in Git commands.

  • Extensible and customizable.

  • Easily deploy and host your website with Microsoft Azure.

  • Official link address: https://code.visualstudio.com/#built-in-git

2, webStorm

WebStorm is an intelligent IDE developed by the JetBrains team, mainly focusing on the development of HTML, CSS and JavaScript. It charges only a nominal licensing fee ($49 at the time of this article's publication), and it's not unreasonable that it's widely recognized among experienced JavaScript experts and has come to be regarded as the de facto standard. Because its built-in code completion and review tools are unique. A rich JavaScript debugger is also available in WebStorm, and there are integrations with various popular unit testing frameworks, such as the Karma test executor and JSDriver, and even Mocha for Node.js.

One of the best features of WebStorm is its Live Edit function. As long as a plug-in is installed in both Chrome and WebStorm, developers can change the code and see the results directly in the browser. Developers can also configure live editing to highlight changes in the browser window, greatly improving debugging and coding productivity.

3. Sublime Text

Sublime Text is not actually an IDE, but a lightweight and fast text editor for programming. , which provides syntax highlighting and intuitive keyboard shortcuts. It's inherently cross-platform, so it's ideal for developers who want to use a Mac in a PC environment (or vice versa). Almost every part of Sublime Text can be customized, and it also provides a variety of plug-ins that add IDE-like functions to it, such as integration with Git and code organization. It is a great choice for JavaScript enthusiasts and novice developers.

4. HBuilder

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.

Features:

  • Fast is the biggest advantage of HBuilder. Through complete syntax prompts, code input methods, code blocks, etc., it greatly improves the processing of HTML, js, and css. Development efficiency.

5. Atom

Atom is an open source free rich text editor launched by GitHub. It is very easy to use. After installation After that, it can be run directly without any configuration file changes, and it will "run well". The most interesting thing about Atom is that every aspect of it can be customized (GitHub calls it "can be messed with"). It is built on top of a web core, so users can write standard HTML, CSS and JavaScript to customize its appearance. Want a different background and text font for Atom? Just change the CSS. Or you can choose to download and apply various themes created for Atom. This flexibility allows Atom to be displayed the way you want it to be. Atom is an excellent tool for new JavaScript developers and users who are keen on customization.

Related recommendations: "vue.js Tutorial"

The above is the detailed content of What IDE tool is used to write vuejs?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!