Development environment windows Development Tools Visual Studio Code Node installation and npm To install Node on Windows, you can download it directly from the Node official website and install it as a normal software. Install Visual Studio CodeThere is nothing to note about the normal software installation of vs code, just download and install it Install ReactRefer to the document React JavaScript Tutorial in VS Code. The document is very detailed and you will basically have no problem just following it.
At this point, the newly created React project can run normally All files can be modified directly using VS Code. Install Debugger for Chrome1.VS Code provides the Debugger for Chrome plug-in that supports the use of Chrome kernel debugging. Search and install directly and reload VS Code Set the launch configuration here. The original document says that a new After creating two nodes, find a node called { // Use IntelliSense to learn about related properties. // Hover to see descriptions of existing properties. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "attach", "name": "Attach to Chrome", "port": 9222, "webRoot": "${workspaceFolder}" }, { "type": "chrome", "request": "launch", "name": "chrome", "url": "http://localhost:3000", "webRoot": "${workspaceFolder}" }, { "type": "node", "request": "launch", "name": "node", "program": "${workspaceFolder}\\start" } ] } Start the project Select the previously added chrome node to start, and a new chrome page will open Find the At this point, debugging is now simple. Install eslinteslint is a composable JavaScript and JSX linter. Can be used to check for syntax errors.
3. Open the command panel of VS Code and find it directly in the view or There are also rules for configuring semicolons in the reference document, which can be added if needed. This is the end of this article about setting up the visual studio code + react development environment. For more information about setting up the vscode react environment, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: MySQL 8.0.15 winx64 compression package installation and configuration method graphic tutorial
>>: Complete tutorial on installing Apache, MySQL, PHP, LAMP on Ubuntu 18.04
Recently the company has arranged to do some CCFA...
This article shares the specific code for WeChat ...
There are many methods on the Internet that, alth...
1. Download the successfully generated icon file, ...
Table of contents MySQL Constraint Operations 1. ...
Hash Join Hash Join does not require any indexes ...
A simple MySQL full backup script that backs up t...
need: According to business requirements, it is n...
1. Download the virtual machine version 15.5.1 I ...
Table of contents 1. Use the "rpm -ivh insta...
ENV: [root@centos7 ~]# uname -r 3.10.0-514.el7.x8...
Preface: Vue3 has been released for a long time. ...
1. First, download the latest version of MySQL fr...
1. Window -> preferences to open the eclipse p...
Let me first talk about the implementation steps:...