seajs / seajs-health

A Sea.js plugin for collecting health data of CMD modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seajs-health

A Sea.js plugin for collecting health data of CMD modules

Install

Install with spm:

$ spm install seajs/seajs-health

Usage

<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 中文文档

About

A Sea.js plugin for collecting health data of CMD modules

License:MIT License


Languages

Language:JavaScript 100.0%