文件名称:Node-ExtendedSpine:[已取消]扩展的spine.js框架
文件大小:71KB
文件格式:ZIP
更新时间:2024-06-10 00:04:13
JavaScript
脊柱伸展 扩展的框架。 它使您能够像在一样使用控制器。 例如,您可以将其与一起。 弃 不幸的是,我没有更多的时间来维护这个存储库了:-( 安装 $ npm install extended-spine 设置 在进行所有操作之前,您必须将这一行代码添加到javascript中。 Controller = require 'extended-spine' Controller.init($) 用法 现在仅扩展了脊柱控制器。 Controller = require 'extended-spine/Controller' class MyController extends Controller constructor: (@el) -> super module.exports = MyController 如您所见,一切都与经典脊柱中的相同,只是扩展类有所不同。 从data
【文件预览】:
Node-ExtendedSpine-master
----.gitignore(34B)
----package.json(790B)
----src()
--------Controller.coffee(6KB)
----.travis.yml(40B)
----LICENSE(1KB)
----Controller.js(48B)
----README.md(5KB)
----lib()
--------Controller.js(11KB)
----test()
--------app()
--------jquery.js(91KB)
--------application.js(117KB)
--------tests()
--------config()
--------index.html(1KB)