文件名称:bottlejs:用于JavaScript应用程序的功能强大的依赖注入微型容器
文件大小:93KB
文件格式:ZIP
更新时间:2024-03-10 22:32:51
javascript middleware dependency-injection decorators container
瓶子JS 强大的依赖注入微型容器 介绍 BottleJS是一个很小的,功能强大的依赖项注入容器。 它具有延迟加载,中间件挂钩,装饰器和受和简单PHP库启发的干净api的功能。 如果您喜欢,您会喜欢BottleJS: 从组件而不是厨房水槽框架构建堆栈。 分离对象和依赖注入。 合理的API。 延迟加载的对象。 尝试很酷的东西 :grinning_face_with_smiling_eyes: 浏览器支持 BottleJS支持IE9 +和其他符合ECMAScript 5的浏览器。 安装 BottleJS可以在浏览器或nodejs应用程序中使用。 可以通过bower或npm安装: $ bower install bottlejs $ npm install bottlejs 在Cdnjs上也可以使用BottleJS: < script src =" https://cdnjs.cloudflare.com/ajax/libs/bottlejs
【文件预览】:
bottlejs-master
----.jshintrc(852B)
----gruntfile.js(825B)
----bower.json(813B)
----src()
--------export.js(1KB)
--------Bottle()
--------globals.js(2KB)
--------api.js(1KB)
--------export-es.js(21B)
----.npmignore(71B)
----bottle-logo.jpg(6KB)
----.travis.yml(119B)
----LICENSE(1KB)
----test()
--------spec()
----README.md(20KB)
----dist()
--------bottle.d.ts(4KB)
--------bottle.js(19KB)
--------bottle.min.js(5KB)
--------bottle-es.js(15KB)
--------bottle.min.js.map(7KB)
----.editorconfig(150B)
----.gitignore(78B)
----grunt()
--------tasks()
--------config()
----package-lock.json(157KB)
----package.json(961B)