English | 简体中文

vConsole

npm version

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:

  1. npm install vconsole

Import dist/vconsole.min.js to your project:

  1. <script src="path/to/vconsole.min.js"></script>
  2. <script>
  3. // init vConsole
  4. var vConsole = new VConsole();
  5. console.log('Hello world');
  6. </script>

See Tutorial for more details.

Preview

English Document - 图2

http://wechatfe.github.io/vconsole/demo.html

English Document - 图3

Documentation

vConsole:

Plugin:

Plugins

Changelog

CHANGELOG.md

Feedback

QQ Group: 497430533

English Document - 图4

License

The MIT License