一、在终端窗口执行安装命令 npm install jquery --save 执行完后,npm会自动在package.json中加上jquery 二、在main.js中引入(或者在需要使用的页面中引入即可) import $ from 'jquery' 三、使用jquery