0.0.5 • Published 7 years ago

vdebug v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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

npm.io

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

npm.io

Documentation

vConsole:

Plugin:

Plugins

CDN

Changelog

CHANGELOG.md

Feedback

QQ Group: 497430533

npm.io

License

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

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

2.5.4

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago