Skip to content

A lightweight, extendable front-end developer tool for mobile web page.

License

Notifications You must be signed in to change notification settings

sanmoZheng/vConsole

This branch is 580 commits behind Tencent/vConsole:dev.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0c7c060 · Apr 20, 2019
Feb 2, 2019
Apr 9, 2019
Jan 16, 2019
Apr 20, 2019
Feb 2, 2019
Jan 17, 2019
Jun 7, 2016
May 15, 2018
Feb 2, 2019
Feb 2, 2019
Sep 15, 2017
Jan 17, 2019
Jan 17, 2019
Apr 9, 2019
Feb 2, 2019
Apr 9, 2019
Jan 16, 2019

Repository files navigation

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

About

A lightweight, extendable front-end developer tool for mobile web page.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.9%
  • HTML 13.3%
  • CSS 9.4%
  • PHP 2.4%