How can I use npm for front-end dependencies?

前端 未结 5 1120
陌清茗
陌清茗 2020-12-08 10:07

I want to ask if it is possible (and generally a good idea) to use npm to handle front-end dependencies (Backbone, jQuery).

I have found that Backbone, jQuery and so

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-08 10:18

    You might want to take a look at http://jspm.io/ which is a browser package manager. Has nice ES6 support too.

提交回复
热议问题