Skip to content

1kb js library contains development debugging, error monitoring and reporting, user problem localization features - 1KB代码搞定开发调试发布,错误监控上报,用户问题定位

License

Notifications You must be signed in to change notification settings

loycoder/AlloyLever

 
 

Repository files navigation

English | 简体中文

AlloyLever Preview

Mobile Web Developer Tool

preview

Feature

  • Click the AlloyLever button to toggle between showing or hiding the tool panel
  • Output all the log by console.[log|info|warn|debug|error] in the Console tab
  • Output all the error info in the Console tab
  • Output all the XMLHttpRequest's requests in the XHR tab
  • Output all the Cookie info and LocalStorage info in the Resources tab
  • Output all the timing of website's Life Cycle in the Timeline tab

Demo

demo

http://alloyteam.github.io/AlloyLever/

Install

You can install it via npm:

npm install alloylever

Usage

reference in your page ,such as:

<script src="alloylever.js"></script>

Note that you have to reference the script before the other scripts !!

Many thanks to

License

This content is released under the MIT License.

About

1kb js library contains development debugging, error monitoring and reporting, user problem localization features - 1KB代码搞定开发调试发布,错误监控上报,用户问题定位

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%