Tencent-vConsole-master

所属分类:Java编程
开发工具:Java
文件大小:396KB
下载次数:0
上传日期:2021-02-28 18:27:18
上 传 者entcfes
说明:  我们在开发手机版网页的时候,常常会出现下面的情景: (1) 开发时,在自己电脑上运行得好好的,在手机上打开就挂了,但是手机上又看不到error
(When we develop mobile web pages, we often encounter the following situations: (1) when we develop, we run well on our own computer, open it on the mobile phone, and then hang up, but we can't see error on the mobile phone)

文件列表:
vConsole (0, 2021-01-14)
vConsole\.babelrc (407, 2021-01-14)
vConsole\.editorconfig (405, 2021-01-14)
vConsole\CHANGELOG.md (8966, 2021-01-14)
vConsole\CHANGELOG_CN.md (10524, 2021-01-14)
vConsole\LICENSE (792, 2021-01-14)
vConsole\dev (0, 2021-01-14)
vConsole\dev\async.html (1576, 2021-01-14)
vConsole\dev\data (0, 2021-01-14)
vConsole\dev\data\success.json (21, 2021-01-14)
vConsole\dev\index.html (671, 2021-01-14)
vConsole\dev\log.html (3767, 2021-01-14)
vConsole\dev\network.html (3741, 2021-01-14)
vConsole\dev\plugin.html (3651, 2021-01-14)
vConsole\dev\script (0, 2021-01-14)
vConsole\dev\script\index.js (0, 2021-01-14)
vConsole\dev\script\test.js (4215, 2021-01-14)
vConsole\dist (0, 2021-01-14)
vConsole\dist\vconsole.min.d.ts (2773, 2021-01-14)
vConsole\dist\vconsole.min.js (117720, 2021-01-14)
vConsole\doc (0, 2021-01-14)
vConsole\doc\a_doc_index.md (432, 2021-01-14)
vConsole\doc\a_doc_index_CN.md (445, 2021-01-14)
vConsole\doc\helper_functions.md (6217, 2021-01-14)
vConsole\doc\helper_functions_CN.md (6101, 2021-01-14)
vConsole\doc\plugin_building_a_plugin.md (2407, 2021-01-14)
vConsole\doc\plugin_building_a_plugin_CN.md (2906, 2021-01-14)
vConsole\doc\plugin_event_list.md (5155, 2021-01-14)
vConsole\doc\plugin_event_list_CN.md (5342, 2021-01-14)
vConsole\doc\plugin_getting_started.md (500, 2021-01-14)
vConsole\doc\plugin_getting_started_CN.md (601, 2021-01-14)
vConsole\doc\public_properties_methods.md (4581, 2021-01-14)
vConsole\doc\public_properties_methods_CN.md (4688, 2021-01-14)
vConsole\doc\tutorial.md (3699, 2021-01-14)
vConsole\doc\tutorial_CN.md (3994, 2021-01-14)
vConsole\example (0, 2021-01-14)
vConsole\example\ajax.json (51, 2021-01-14)
... ...

[English](./README.md) | 简体中文 vConsole ============================== [![npm version](https://badge.fury.io/js/vconsole.svg)](https://badge.fury.io/js/vconsole) 一个轻量、可拓展、针对手机网页的前端开发者调试面板。 ## 特性 - 查看 console 日志 - 查看网络请求 - 查看页面 element 结构 - 查看 Cookies、localStorage 和 SessionStorage - 手动执行 JS 命令行 - 自定义插件 ## 上手 下载 vConsole 的[最新版本](https://github.com/Tencent/vConsole/releases/latest)。(不要直接下载 dev 分支下的 `dist/vconsole.min.js`) 或者使用 npm 安装: ``` npm install vconsole ``` 引入 `dist/vconsole.min.js` 到项目中: ```html ``` 对于 TypeScript,可引入 d.ts 文件: ```javascript import 'path/to/vconsole.min.d.ts'; ``` 详细使用方法请参阅[使用教程](./doc/tutorial_CN.md)。 ## 手机预览 ![](./example/snapshot/qrcode.png) [http://wechatfe.github.io/vconsole/demo.html](http://wechatfe.github.io/vconsole/demo.html) ![](./example/snapshot/panel_log.jpg) ![](./example/snapshot/panel_network.jpg) ![](./example/snapshot/panel_element.jpg) ![](./example/snapshot/panel_storage.jpg) ## 文档 vConsole 本体: - [使用教程](./doc/tutorial_CN.md) - [公共属性及方法](./doc/public_properties_methods_CN.md) - [辅助函数](./doc/helper_functions_CN.md) 插件: - [插件:入门](./doc/plugin_getting_started_CN.md) - [插件:编写插件](./doc/plugin_building_a_plugin_CN.md) - [插件:Event 事件列表](./doc/plugin_event_list_CN.md) ## 插件列表 - [vConsole-sources](https://github.com/WechatFE/vConsole-sources) - [vconsole-webpack-plugin](https://github.com/diamont1001/vconsole-webpack-plugin) - [vconsole-stats-plugin](https://github.com/smackgg/vConsole-Stats) ## 更新记录 [CHANGELOG_CN.md](./CHANGELOG_CN.md) ## 交流反馈 QQ 群:497430533 ![](./example/snapshot/qq_group.png) ## License [The MIT License](./LICENSE)

近期下载者

相关文件


收藏者