ngapp-bundle:轻松捆绑 angular 1.x 应用程序

时间:2024-07-01 00:03:43
【文件属性】:

文件名称:ngapp-bundle:轻松捆绑 angular 1.x 应用程序

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-01 00:03:43

JavaScript

ngapp-bundle 轻松捆绑 Angular 应用 假设你有这个目录结构: app controllers home.js index.js 索引.js: module . exports = function ( angular ) { return angular . module ( "myapp" , [ ] ) ; } 控制器/home.js module . exports = function ( app ) { app . controller ( "HomeCtrl" , function ( $scope ) { $scope . hello = "world" ; } ) ; } 然后你做: npm install https://github.com/carlosdubus/ngapp-bundle -


【文件预览】:
ngapp-bundle-master
----bin()
--------cmd.js(65B)
----package.json(479B)
----test()
--------tester.js(91B)
--------cmd.spec.js(392B)
--------bundler.spec.js(1KB)
--------testapp()
--------fixtures()
----src()
--------cmd.js(392B)
--------bundler.js(2KB)
----tmp()
--------.gitignore(13B)
----spec()
--------support()
----.gitignore(12B)
----README.md(581B)

网友评论