1 Star 0 Fork 10

zihan/vConsole

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT
English | [简体中文](./README_CN.md) vConsole ============================== [![npm version](https://badge.fury.io/js/vconsole.svg)](https://badge.fury.io/js/vconsole) A lightweight, extendable front-end developer tool for mobile web page. ## Features - View console logs - View network requests - View document elements - View Cookies, LocalStorage and SessionStorage - Execute JS command manually - Custom plugin ## Usage Download the [latest release](https://github.com/Tencent/vConsole/releases/latest). (DO NOT copy `dist/vconsole.min.js` in the dev branch) Or, install via npm: ``` npm install vconsole ``` Import `dist/vconsole.min.js` to your project: ```html <script src="path/to/vconsole.min.js"></script> <script> // init vConsole var vConsole = new VConsole(); console.log('Hello world'); </script> ``` For TypeScript users: ```javascript import 'path/to/vconsole.min.d.ts'; ``` See [Tutorial](./doc/tutorial.md) for more details. ## Preview ![](./example/snapshot/qrcode.png) [http://wechatfe.github.io/vconsole/demo.html](http://wechatfe.github.io/vconsole/demo.html) ![](./example/snapshot/log_panel.png) ## Documentation vConsole: - [Tutorial](./doc/tutorial.md) - [Public Properties & Methods](./doc/public_properties_methods.md) - [Helper Functions](./doc/helper_functions.md) Plugin: - [Plugin: Getting Started](./doc/plugin_getting_started.md) - [Plugin: Building a Plugin](./doc/plugin_building_a_plugin.md) - [Plugin: Event List](./doc/plugin_event_list.md) ## Plugins - [vConsole-sources](https://github.com/WechatFE/vConsole-sources) - [vconsole-webpack-plugin](https://github.com/diamont1001/vconsole-webpack-plugin) ## Changelog [CHANGELOG.md](./CHANGELOG.md) ## Feedback QQ Group: 497430533 ![](./example/snapshot/qq_group.png) ## License [The MIT License](./LICENSE)

简介

vConsole,手机前端开发调试利器 展开 收起
JavaScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zihanoo/vConsole.git
git@gitee.com:zihanoo/vConsole.git
zihanoo
vConsole
vConsole
master

搜索帮助