2

可使用npm进行安装

GitHub地址:https://github.com/Tencent/vC...

npm install vconsole

在项目的根html文件的<head>标签中引入dist/vconsole.min.js

<script src="path/to/vconsole.min.js"></script>
<script>
    // init vConsole
    var vConsole = new VConsole();
    console.log('Hello world');
</script>

也可使用CDN免安装

CDN地址:https://www.bootcdn.cn/vConsole/

<script src="https://cdn.bootcss.com/vConsole/3.2.2/vconsole.min.js"></script>
<script>
    var vConsole = new VConsole();
    console.log('hello world')
</script>

同样需要放在项目根html文件的<head>标签中


Snoopy
19 声望2 粉丝

« 上一篇
vertical-align
下一篇 »
js-Promise