AngularJS App: How to include .js files into index.html

前端 未结 2 711
太阳男子
太阳男子 2021-01-31 08:48

I\'m new to angularJS. I managed to build a phonegap app using angularJS. The app is ok and running just fine. The problem is, now that I have a little more understanding on how

2条回答
  •  青春惊慌失措
    2021-01-31 09:27

    Use http://browserify.org/

    You get very simple and elegant commonjs modules and lots of amazing libraries from node.js in your browser.

    The code gets bundled into single js file.

提交回复
热议问题