/seajs-debug

A Sea.js plugin for debugging freely

Primary LanguageJavaScriptMIT LicenseMIT

seajs-debug

A Sea.js plugin for debugging freely

Install

Install with spm:

$ spm install seajs/seajs-debug

Usage

  1. Set alias config first:

    seajs.config({
      "alias": {
        "seajs-debug": "path/to/seajs-debug"
      }
    })
  2. Add ?seajs-debug to page uri and reload it, then You will see a float box.

For more details please visit 中文文档