Skip to content
/ jnode Public

jnode是一个支持CMD与AMD规范的模块加载器。

Notifications You must be signed in to change notification settings

1024bit/jnode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

设计jNode的初衷是需要为某些框架提供一套底层的加载系统,这就要求其能够方便整合进宿主框架;
主流模块加载系统,诸如seajs,无法满足以下需求:
1)支持运行时(runtime)的模块加载(如,require(modulePath + 'module'))
2)支持自定义require(如,include内部封装了require,include('module'))
3)更多的自定义能力而不破坏jNode的生态系统(如,你可以轻松自定义jNode发送请求的方式)
4)定制不同类型文件加载优先级

最新源地址,请移步:https://github.com/1024bit/jnode

About

jnode是一个支持CMD与AMD规范的模块加载器。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published