Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.15 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.15 KB

LWF Loader

Loads LWF in a simple and easy way. This is the assistant tool for LWF Library.

LWF Loader Overview

How to run?

  1. Download the latest version of lwf.js from LWF Repository.
  2. Download underscore.js or compatible library.
  3. Include above files with lwf-loader.js to your project.
  4. Call loader function in your project.

Please refer to LWF demo page for samples and more information.

Structure

|-- lwf-loader
|   |-- js
|       |-- lwf-loader.js
|       |-- lwf-loader.min.js
|   |-- README.md
  • /lwf-loader/js/lwf-loader.js

    Main implementation of lwf-loader.

  • /lwf-loader/js/lwf-loader.min.js

    Minified version of lwf-loader.js. Closure compiler(SIMPLE_OPTIMIZATIONS) is applied for minification.

Documentation

LWF Loader Document

LWF Loader 日本語版ドキュメント