Skip to content

Instantly share code, notes, and snippets.

@KirinHuang
Last active April 22, 2019 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KirinHuang/39043f9c476bf1b621273719ae89663a to your computer and use it in GitHub Desktop.
Save KirinHuang/39043f9c476bf1b621273719ae89663a to your computer and use it in GitHub Desktop.
A lightweight, extendable front-end developer tool for mobile web page.
<script src="https://unpkg.com/vconsole@3.3.0/dist/vconsole.min.js"></script>
<script>
// init vConsole
var vConsole = new VConsole();
</script>
<script src="//unpkg.com/vconsole@3.3.0/dist/vconsole.min.js"></script>
<script>
// init vConsole
var vConsole = new VConsole();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment