Airwolf:前端ui库

时间:2021-06-14 00:35:38
【文件属性】:
文件名称:Airwolf:前端ui库
文件大小:54KB
文件格式:ZIP
更新时间:2021-06-14 00:35:38
JavaScript Airwolf ui控件 构建工具 node build.js lib => modules dist => build after 代码结构 aw.config 是配置的集合,可以把所有相关的配置写到这里进行统一管理 aw.Class 是aw的类构造器 aw.util 是aw工具集的命名空间,所有工具方法都在util之内 aw.ui 是ui模块的命名空间 aw.ajax 是ajax的二次封装 目录结构 lib components ... 各模块 base.js aw基本模块(定义了结构和相关配置) class.js aw的类工厂 nt.js NT模板引擎 类工厂 接口: 构建类 aw.Class.create({ init: function(){ // 构造器 }, .... //
【文件预览】:
Airwolf-master
----.gitignore(32B)
----dist()
--------ui.js(51KB)
--------ui.css(5KB)
----build.js(3KB)
----README.md(2KB)
----demo()
--------slider.html(884B)
--------select.html(914B)
--------marquee.html(944B)
--------calendar.html(700B)
--------dialog.html(1KB)
--------index.html(616B)
--------validate.html(787B)
--------tabs.html(1KB)
----lib()
--------components()
--------base.js(2KB)
--------nt.js(5KB)
--------class.js(4KB)

网友评论