Last active
April 22, 2019 02:00
-
-
Save KirinHuang/39043f9c476bf1b621273719ae89663a to your computer and use it in GitHub Desktop.
A lightweight, extendable front-end developer tool for mobile web page.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://unpkg.com/[email protected]/dist/vconsole.min.js"></script> | |
<script> | |
// init vConsole | |
var vConsole = new VConsole(); | |
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="//unpkg.com/[email protected]/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