vconsole

背景

vconsole

背景

hybrid项目中,在使用测试机调试阶段,app想要查看h5的一些信息的话,可以利用 vconsole

h5使用

1
$ npm install vconsole
1
2
3
4
5
6
7
8
9
10
11
12
import VConsole from 'vconsole';

// 实例化一个 vconsole
const vConsole = new VConsole();
// or init with options
const vConsole = new VConsole({ theme: 'dark' });

// 正常打印即可
console.log('Hello world');

// 结束销毁
vConsole.destroy();

vconsole
http://example.com/2022/12/22/vconsole/
Author
John Doe
Posted on
December 22, 2022
Licensed under