kit-debug

1.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i kit-debug

Weekly Downloads

4

Version

1.1.1

License

MIT

Unpacked Size

572 kB

Total Files

82

Last publish

Collaborators

  • cloudyan