|
il y a 4 ans | |
---|---|---|
.. | ||
dev | il y a 4 ans | |
dist | il y a 4 ans | |
doc | il y a 4 ans | |
example | il y a 4 ans | |
src | il y a 4 ans | |
.babelrc | il y a 4 ans | |
.editorconfig | il y a 4 ans | |
CHANGELOG.md | il y a 4 ans | |
CHANGELOG_CN.md | il y a 4 ans | |
LICENSE | il y a 4 ans | |
README.md | il y a 4 ans | |
README_CN.md | il y a 4 ans | |
package.json | il y a 4 ans | |
webpack.config.js | il y a 4 ans | |
webpack.dev.config.js | il y a 4 ans |
English | 简体中文
A lightweight, extendable front-end developer tool for mobile web page.
Download the latest release. (DO NOT copy dist/vconsole.min.js
in the dev branch)
Or, install via npm:
npm install vconsole
Import dist/vconsole.min.js
to your project:
<script src="path/to/vconsole.min.js"></script>
<script>
// init vConsole
var vConsole = new VConsole();
console.log('Hello world');
</script>
For TypeScript users:
import 'path/to/vconsole.min.d.ts';
See Tutorial for more details.
http://wechatfe.github.io/vconsole/demo.html
vConsole:
Plugin:
QQ Group: 497430533