Skip to content

Instantly share code, notes, and snippets.

@southill
Created August 29, 2019 08:06
Show Gist options
  • Save southill/31c33a33496d0ddb3605e1ce899da7b3 to your computer and use it in GitHub Desktop.
Save southill/31c33a33496d0ddb3605e1ce899da7b3 to your computer and use it in GitHub Desktop.
vconsole
<script src="https://cdn.jsdelivr.net/npm/vconsole@3.3.4/dist/vconsole.min.js"></script>
<script>
// 初始化
var vConsole = new VConsole();
console.log('Hello world');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment