前端模块化详解(完整版)

index.html文件要运行在浏览器上,需要借助browserify将app.js文件打包编译,如果直接在index.html引入app.js就会报错!//dataService.js文件//定义没有依赖的...