1,切到项目目录安装jquery: npm install jquery;
2,在使用的<script>标签里添加 import $ from 'jquery';
3,在本script里可以使用jquery了:$(document).ready(function () { alert('ok') });
1,切到项目目录安装jquery: npm install jquery;
2,在使用的<script>标签里添加 import $ from 'jquery';
3,在本script里可以使用jquery了:$(document).ready(function () { alert('ok') });