Package Exports
- vconsole
- vconsole/dist/vconsole.min
- vconsole/dist/vconsole.min.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vconsole) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
English | 简体中文
vConsole
A lightweight, extendable front-end developer tool for mobile web page.
Features
- View console logs
- View network requests
- Execute JS command manually
- Custom plugin
Usage
<script src="path/to/vconsole.min.js"></script>
<script>
console.log('Hello world');
// then tap vConsole button to see the log
</script>
See Tutorial for more details.
Preview
http://wechatfe.github.io/vconsole/demo.html
Documentation
Changelog
License
The MIT License (http://opensource.org/licenses/MIT)