文件名称:FunTianLibrary:这是 JavaScript 库开发的逐步改进
文件大小:547KB
文件格式:ZIP
更新时间:2024-06-20 17:10:21
JavaScript
FunTian Library 1 简介 该项目主要用来将开发中常用的库和工具进行封装。 支持使用基于 AMD 模块规范的 requirejs 作为加载器或直接引入 fun-library-x.x[-min].js(未来)。 项目中部分工具依赖第三方库实现,具体请查看 部分。 2 使用 AMD: require('fun') 或者 [removed][removed] 3 工具 3.1 概览 该项目主要包含以下工具: common.js: 包含部分通用的对象和方法。 cache.js: 基于 localStorage 的面向简单对象的缓存工具。 ui/ui-base.js: UI组件基础类,所有UI组件继承自该类。 ui/loader-button.js: 继承自UIBase类。使按钮具有状态,可以指定不同状态具有的类样式和文字。 template
【文件预览】:
FunTianLibrary-master
----.gitignore(113B)
----src()
--------app()
--------jquery-1.9.1.min.js(90KB)
--------build.js(450B)
--------build-min.js(130B)
--------require.js(82KB)
----LICENSE(1KB)
----doc()
--------fonts()
--------template-helper.js.html(6KB)
--------cache.js.html(7KB)
--------templates.js.html(4KB)
--------module-common.String.html(4KB)
--------module-common.html(7KB)
--------module-cache.html(16KB)
--------ui_loader-button.js.html(9KB)
--------module-ui-base.html(8KB)
--------module-templates.html(7KB)
--------module-loader-button.html(18KB)
--------scripts()
--------index.html(9KB)
--------common.js.html(4KB)
--------styles()
--------ui_ui-base.js.html(4KB)
--------module-template-helper.html(14KB)
----project.jshintrc(87B)
----README.md(6KB)
----lib()
--------fun-library-0.1-min.js(6KB)
--------fun-library-0.1.js(25KB)
----test()
--------requirejs-config.js(412B)
--------unit()
--------template-helper.html(3KB)
--------cache.html(2KB)
--------common.html(3KB)
--------templates.html(2KB)