A Sea.js plugin for collecting health data of CMD modules
Install with spm:
$ spm install seajs/seajs-health
<script src="path/to/sea.js"></script>
<script src="path/to/seajs-health.js"></script>
<script>
// You can use seajs.health method to collecting health data.
var healthData = seajs.health()
</script>
For more details please visit 中文文档