GithubHelp home page GithubHelp logo

xzqyun / vconsole Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tencent/vconsole

0.0 1.0 0.0 1.65 MB

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

License: Other

HTML 14.71% PHP 2.30% CSS 9.06% JavaScript 73.93%

vconsole's Introduction

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

vconsole's People

Contributors

maizify avatar hkc452 avatar raphealguo avatar 54017 avatar jas0ncn avatar stenders avatar jackfgreen avatar mirreal avatar liuyuekeng avatar zswang avatar starkwang avatar renbuzhudek avatar dashixiong91 avatar progrape avatar mib008 avatar lijsh avatar fireyy avatar ele828 avatar domom avatar dingyi1993 avatar moesoha avatar molunerfinn avatar livoras avatar jaminq avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.