GitHub - asAngus/vConsole: A lightweight, extendable front-end developer tool for mobile web page.
forked from Tencent/vConsole
-
Notifications
You must be signed in to change notification settings - Fork 0
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
English | 简体中文
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. (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> // init vConsole var vConsole = new VConsole(); console.log('Hello world'); </script>
See Tutorial for more details.
Preview
http://wechatfe.github.io/vconsole/demo.html
Documentation
vConsole:
Plugin:
Plugins
Changelog
Feedback
QQ Group: 497430533
License
About
A lightweight, extendable front-end developer tool for mobile web page.
Resources
License
Stars
Watchers
Forks
Languages
- JavaScript 74.6%
- HTML 13.7%
- CSS 9.3%
- PHP 2.4%


