A Sea.js plugin for debugging freely
Install with spm:
$ spm install seajs/seajs-debug
- Set alias config first:
seajs.config({
"alias": {
"seajs-debug": "path/to/seajs-debug"
}
})
- Add
?seajs-debug
to page uri and reload it, then You will see a float box.
For more details please visit 中文文档