Skip to content
A lightweight, extendable front-end developer tool for mobile web page.
Branch: dev
Clone or download
Maiz
Latest commit 3ea372a Feb 2, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
dist v3.3.0 released Feb 2, 2019
doc Fix issue which formatted log will not display in Log tab. (issue #220) Feb 1, 2019
example v3.2.1 released Jan 16, 2019
src auto collapse the same log Feb 2, 2019
test auto collapse the same log Feb 2, 2019
.babelrc change babel target to IE9 Jan 17, 2019
.editorconfig fixed: localStorage is null. add unit test script. add editorconfig. Jun 7, 2016
.gitignore 更改忽略文件 May 15, 2018
CHANGELOG.md
CHANGELOG_CN.md
LICENSE update license Sep 15, 2017
README.md
README_CN.md
package-lock.json v3.3.0 released Feb 2, 2019
package.json v3.3.0 released Feb 2, 2019
webpack.config.js upgrade npm modules Jan 16, 2019

README.md

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:

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

CHANGELOG.md

Feedback

QQ Group: 497430533

License

The MIT License

You can’t perform that action at this time.