Skip to content

wangzongxu/lemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lemon

移动端web开发调试工具

预览

AJAX

xhr

功能一览

  • 点击lemon按钮切换显示或隐藏工具面板
  • Console面板会输出用户打印的日志
  • Style面板可以可以查看当前页面每个元素渲染后的属性值
  • Cookie面板用来查看当前cookie
  • Storage面板用来查看当前localStorage和sessionStorage
  • Xhr面板会输出所有AJAX请求和服务器端返回的数据详情
  • Static面板可以查看当前页面静态资源[css,js]

Demo

demo

通过npm安装

npm install lemon_mobile --save-dev

使用

在你的页面所有js之前引用即可,最好放在body内的最顶端 该js必须引用在其他脚本之前

<script src="lemon.min.js"></script>
  • 如果使用webpack,也要引用在其他模块之前
require('lemon_mobile')
// 其他模块...

About

移动端web开发调试工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published