Skip to content
/ vConsole Public
forked from Tencent/vConsole

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

License

Notifications You must be signed in to change notification settings

12cm/vConsole

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

168d145 · Jun 25, 2018
Apr 10, 2018
Jun 9, 2018
Apr 10, 2018
Jun 22, 2018
Jun 20, 2016
Apr 29, 2016
Jun 7, 2016
May 15, 2018
Apr 10, 2018
Apr 10, 2018
Sep 15, 2017
Sep 26, 2017
Sep 26, 2017
Apr 10, 2018
Sep 26, 2017
May 14, 2018

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 and localStorages
  • 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

CDN

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 75.3%
  • HTML 13.2%
  • CSS 9.1%
  • PHP 2.4%