3.15.1 • Published 3 years ago

vconsole v3.15.1

Weekly downloads
9,928
License
MIT
Repository
github
Last release
3 years ago

English | 简体中文

vConsole

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

vConsole is framework-free, you can use it in Vue or React or any other framework application.

Now vConsole is the official debugging tool for WeChat Miniprograms.


Features

  • Logs: console.log|info|error|...
  • Network: XMLHttpRequest, Fetch, sendBeacon
  • Element: HTML elements tree
  • Storage: Cookies, LocalStorage, SessionStorage
  • Execute JS command manually
  • Custom plugins

For details, please see the screenshots below.


Release Notes

Latest version: npm version

Detailed release notes for each version are available on Changelog.


Guide

See Tutorial for more usage details.

For installation, there are 2 primary ways of adding vConsole to a project:

Method 1: Using npm (Recommended)

$ npm install vconsole
import VConsole from 'vconsole';

const vConsole = new VConsole();
// or init with options
const vConsole = new VConsole({ theme: 'dark' });

// call `console` methods as usual
console.log('Hello world');

// remove it when you finish debugging
vConsole.destroy();

Method 2: Using CDN in HTML:

<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
<script>
  // VConsole will be exported to `window.VConsole` by default.
  var vConsole = new window.VConsole();
</script>

Available CDN:


Preview

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

npm.io


Screenshots

Overview

npm.io

npm.io

Log Panel

npm.io

npm.io

System Panel

npm.io

console.log('output to Log panel.')
console.log('[system]', 'output to System panel.')

Network Panel

npm.io

Element Panel

npm.io

Storage Panel

npm.io


Documentation

vConsole:

Custom Plugin:


Third-party Plugins


Feedback

QQ Group: 497430533

npm.io


License

The MIT License

paddle-jspaddle-web-demoxl-mallmaicai.m.ddxq.mobi@gzc/xtbg-drawingcanvas_artshop-webavicnet-cnsogaws-testleihuo-cloud-game-reacttest-cjlh5-spa-projecthybrid-librarygroupshybrid-librarygroups-testuniuluniul-uniuniulcouniulcomuniulcowxlpplst_front_mobile_refactzcbs-uizmg-toastpalmap-averagetriangle-locationbaxibaba@vri/config-vite@infinitebrahmanuniverse/nolb-vc@rxt-mobile/rxt-baseunicomappdocsunicom-moblie@everything-registry/sub-chunk-3045devtools-paneldectool-panelaf-system-mobile-vue-webtal-sea-clisystem-vue-commontanxin-uiszxc-oauth-appszjjamapszimapsvrx-plugin-vconsolewa-utilsvue-mobile-assemblyvue-mobile-suivue-mobile-ymuivue-mobile-ymui2vue-mobile-ymuiivue-mobile-yuanvue-lx-uivue-keyboard-su-linkvue-keyboard-cnvue-hxzh-uiwebar.jsweixin2htmlweixin2vueweshare-ui-vuewplive-js-sdkwifiwx-jssdkxiyou-npm-demowukongimuniappsdkxfsdkxeslive-consolexes-templatexeslive_vconsolexhyxhy-upteam-helper-imsup8-h5plusspire-custom-uitest_pzthh-components-testvue-common-rich-text-editorvue-configurevite-template-h5vizz-previewvite-config-commonveevlinkvconsole-atzuche-envvconsole-debugvconsole-easy-mockvconsole32vconsoleonlinevconsole-environment-pluginvconsole-fastman-webpack-pluginvconsole-feedback-pluginvconsole-imweb-webpack-pluginvconsole-liffvconsole-outputlog-pluginvconsole-webpack-pluginvue-dtsvue-errorhandlervue-errorhandler1iss-library-form-designeriss-library-form-designer-gdiss-library-form-designer-htjziss-library-form-renderer-gdiss-library-form-renderer-htjziss-library-form-rendererisscjhpt
3.15.1

3 years ago

3.15.0

3 years ago

3.14.7

3 years ago

3.14.1

4 years ago

3.14.0

4 years ago

3.14.3

4 years ago

3.14.2

4 years ago

3.14.5

4 years ago

3.14.4

4 years ago

3.14.6

4 years ago

3.13.0

4 years ago

3.10.1

4 years ago

3.10.0

4 years ago

3.12.1

4 years ago

3.12.0

4 years ago

3.11.0

4 years ago

3.11.2

4 years ago

3.11.1

4 years ago

3.9.5

4 years ago

3.9.4

4 years ago

3.9.3

4 years ago

3.9.2

4 years ago

3.9.1

4 years ago

3.9.0

4 years ago

3.8.1

4 years ago

3.8.0

4 years ago

3.7.0

5 years ago

3.6.1

5 years ago

3.5.2

5 years ago

3.6.0

5 years ago

3.5.1

5 years ago

3.5.0

5 years ago

3.4.1

5 years ago

3.4.0

5 years ago

3.3.4

6 years ago

3.3.3

6 years ago

3.3.2

6 years ago

3.3.1

6 years ago

3.3.0

7 years ago

3.2.2

7 years ago

3.2.1

7 years ago

3.2.0

8 years ago

3.1.0

8 years ago

3.0.0

8 years ago

2.5.2

9 years ago

2.5.1

9 years ago

2.5.0

9 years ago

2.4.0

9 years ago

2.3.1

9 years ago

2.3.0

9 years ago

2.2.1

9 years ago

2.2.0

9 years ago

2.1.0

9 years ago

2.0.1

9 years ago

2.0.0

10 years ago

1.3.0

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago