APPLE 025c69e553 wesmiler 点什么广告 3 yıl önce
..
dist 025c69e553 wesmiler 点什么广告 3 yıl önce
doc 025c69e553 wesmiler 点什么广告 3 yıl önce
example 025c69e553 wesmiler 点什么广告 3 yıl önce
src 025c69e553 wesmiler 点什么广告 3 yıl önce
test 025c69e553 wesmiler 点什么广告 3 yıl önce
.babelrc 025c69e553 wesmiler 点什么广告 3 yıl önce
.editorconfig 025c69e553 wesmiler 点什么广告 3 yıl önce
CHANGELOG.md 025c69e553 wesmiler 点什么广告 3 yıl önce
CHANGELOG_CN.md 025c69e553 wesmiler 点什么广告 3 yıl önce
LICENSE 025c69e553 wesmiler 点什么广告 3 yıl önce
README.md 025c69e553 wesmiler 点什么广告 3 yıl önce
README_CN.md 025c69e553 wesmiler 点什么广告 3 yıl önce
package.json 025c69e553 wesmiler 点什么广告 3 yıl önce
webpack.config.js 025c69e553 wesmiler 点什么广告 3 yıl önce

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>

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