yichael cb1d676629 init 5 년 전
..
dist cb1d676629 init 5 년 전
doc cb1d676629 init 5 년 전
example cb1d676629 init 5 년 전
src cb1d676629 init 5 년 전
test cb1d676629 init 5 년 전
.babelrc cb1d676629 init 5 년 전
.editorconfig cb1d676629 init 5 년 전
CHANGELOG.md cb1d676629 init 5 년 전
CHANGELOG_CN.md cb1d676629 init 5 년 전
LICENSE cb1d676629 init 5 년 전
README.md cb1d676629 init 5 년 전
README_CN.md cb1d676629 init 5 년 전
package.json cb1d676629 init 5 년 전
webpack.config.js cb1d676629 init 5 년 전

README.md

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