1.npm安装jQuery.
npm install jquery --save
2.安装l types 内的 jQuery.
npm install @types/jquery --save
3.导入
import * as $ from 'jquery';
成功!
参考来源it营
http://bbs.itying.com/topic/5db7e25d1678fe1b4c01c084
1.npm安装jQuery.
npm install jquery --save
2.安装l types 内的 jQuery.
npm install @types/jquery --save
3.导入
import * as $ from 'jquery';
成功!
参考来源it营
http://bbs.itying.com/topic/5db7e25d1678fe1b4c01c084