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

jianhui1012/vConsole

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6c0d942 · Mar 5, 2020
Mar 5, 2020
Mar 5, 2020
Aug 17, 2019
Jan 16, 2019
Mar 5, 2020
Jan 17, 2019
Jun 7, 2016
May 15, 2018
Aug 19, 2019
Aug 19, 2019
Sep 15, 2017
Aug 17, 2019
Aug 17, 2019
Mar 5, 2020
Mar 5, 2020
Jun 30, 2019
Mar 5, 2020

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>

For TypeScript users:

import 'path/to/vconsole.min.d.ts';

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 71.3%
  • HTML 14.1%
  • CSS 12.5%
  • PHP 2.1%