search

Home  >  Q&A  >  body text

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

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

怪我咯怪我咯2867 days ago395

reply all(1)I'll reply

  • 天蓬老师

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

    Installation:

    npm install jquery
    

    Use:

    import $ from 'jquery';

    reply
    0
  • Cancelreply