Home > Article > Development Tools > How vscode prompts jQuery
How does vscode prompt jQuery?
In VSCode, ctrl `open the terminal;
Run the command:
npm install @types/jquery --save
Finally, the project will generate:
Indicates successful installation!
Related recommendations: vscode tutorial
The above is the detailed content of How vscode prompts jQuery. For more information, please follow other related articles on the PHP Chinese website!