移动端调试工具Vconsole
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <!-- 引入js文件 --> <script src="vconsole.min.js"></script> </head> <body> <script>
/**
https://www.npmjs.com/package/vconsole
https://github.com/Tencent/vConsole
https://github.com/Tencent/vConsole/blob/HEAD/README_CN.md
webpack plugin for vConsole
https://github.com/diamont1001/vconsole-webpack-plugin
**/
/*new vConsole实例*/ var vConsole = new VConsole(); console.log('Hello world'); console.error("errors"); console.log(vConsole.version); </script> </body> </html>
业精于勤荒于嬉,行成于思毁于随