suchen

Heim  >  Fragen und Antworten  >  Hauptteil

node.js - 如何在.vm的文件中引用jquery

我的项目使用react-redux写的,我现在想要用jquery写些东西,但是引用不到,有没有大神尝试过,求告知;)

怪我咯怪我咯2866 Tage vor394

Antworte allen(1)Ich werde antworten

  • 天蓬老师

    天蓬老师2017-04-17 15:10:28

    安装:

    npm install jquery
    

    使用:

    import $ from 'jquery';

    Antwort
    0
  • StornierenAntwort