Home  >  Article  >  Development Tools  >  How vscode prompts jQuery

How vscode prompts jQuery

藏色散人
藏色散人Original
2019-12-17 10:56:066792browse

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:

How vscode prompts jQuery

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!

Statement:
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