Skip to content

weiruifeng/async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

async

异步模块模式

用于展示异步模块的使用,详细说明请看博客异步模块模式

项目目录结构

async/  
|- app/     
    |-- lib/   
        |-- index.js
    |-- js/ 
        |-- dom.js
        |-- event.js
    |-- index.html/
    
|- index.html
|- README.md

目录结构说明

  • async: 项目的根目录
  • app: 开发目录
  • app/lib/index.js: 异步模块
  • app/js/dom: dom模块
  • app/js/event: event模块
  • app/index.html: 页面文件

About

异步模块模式

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published