English | 简体中文
vConsole
![npm version](https://badge.fury.io/js/vconsole.svg)
A lightweight, extendable front-end developer tool for mobile web page.
Features
- View console logs
- View network requests
- Execute JS command manually
- Custom plugin
Usage
Download the latest release. (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:
<script src="path/to/vconsole.min.js"></script>
<script>
console.log('Hello world');
</script>
See Tutorial for more details.
Preview
![](https://github.com/Tencent/vConsole/raw/HEAD/./example/snapshot/qrcode.png)
http://wechatfe.github.io/vconsole/demo.html
![](https://github.com/Tencent/vConsole/raw/HEAD/./example/snapshot/log_panel.png)
Documentation
vConsole:
Plugin:
Plugins
Changelog
CHANGELOG.md
License
The MIT License (http://opensource.org/licenses/MIT)