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

pengwei1024/vConsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

761c8a3 · Sep 26, 2016
Sep 26, 2016
Aug 31, 2016
Aug 30, 2016
Sep 26, 2016
Jun 20, 2016
Apr 29, 2016
Jun 7, 2016
Apr 27, 2016
Aug 31, 2016
Aug 31, 2016
Apr 28, 2016
Aug 8, 2016
Aug 8, 2016
Sep 12, 2016
Jul 13, 2016

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
  • 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>
console.log('Hello world');
// then tap vConsole button to see the log
</script>

See Tutorial for more details.

Preview

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

Documentation

vConsole:

Plugin:

Plugins

Changelog

CHANGELOG.md

License

The MIT License (http://opensource.org/licenses/MIT)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.8%
  • HTML 16.3%
  • CSS 11.2%
  • PHP 1.7%