@fishuke/perfanalytics.js
v0.0.7
Published
PerfAnalytics.JS is a client-side library, which collects some performance related key metrics from browser and sends to the PerfAnalytics.API.
Downloads
39
Readme
Perfanalytics.Js
PerfAnalytics.JS is a client-side library, which collects some performance related key metrics from browser and sends to the PerfAnalytics.API.
You can visit demo from here!
Usage
<script src="https://unpkg.com/@fishuke/perfanalytics.js@latest/dist/perfanalytics.bundle.js"></script>Development
npm run start
npm run server:prod #productionTest
export CHROME_BIN="/path/to/chrome.exe"
npm run testBuild
npm run build