Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vconsole-bury
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
任建锋
vconsole-bury
Commits
a185cb80
Commit
a185cb80
authored
Sep 10, 2019
by
任建锋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
41bcd46e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
94 deletions
+0
-94
README.md
README.md
+0
-94
No files found.
README.md
View file @
a185cb80
English |
[
简体中文
](
./README_CN.md
)
vConsole
==============================
[
![npm version
](
https://badge.fury.io/js/vconsole.svg
)
](https://badge.fury.io/js/vconsole)
A lightweight, extendable front-end developer tool for mobile web page.
## Features
-
View console logs
-
View network requests
-
View document elements
-
View Cookies, LocalStorage and SessionStorage
-
Execute JS command manually
-
Custom plugin
## Usage
Download the
[
latest release
](
https://github.com/Tencent/vConsole/releases/latest
)
. (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:
```
html
<script
src=
"path/to/vconsole.min.js"
></script>
<script>
// init vConsole
var
vConsole
=
new
VConsole
();
console
.
log
(
'Hello world'
);
</script>
```
For TypeScript users:
```
javascript
import
'path/to/vconsole.min.d.ts'
;
```
See
[
Tutorial
](
./doc/tutorial.md
)
for more details.
## Preview
![](
./example/snapshot/qrcode.png
)
[
http://wechatfe.github.io/vconsole/demo.html
](
http://wechatfe.github.io/vconsole/demo.html
)
![](
./example/snapshot/log_panel.png
)
## Documentation
vConsole:
-
[
Tutorial
](
./doc/tutorial.md
)
-
[
Public Properties & Methods
](
./doc/public_properties_methods.md
)
-
[
Helper Functions
](
./doc/helper_functions.md
)
Plugin:
-
[
Plugin: Getting Started
](
./doc/plugin_getting_started.md
)
-
[
Plugin: Building a Plugin
](
./doc/plugin_building_a_plugin.md
)
-
[
Plugin: Event List
](
./doc/plugin_event_list.md
)
## Plugins
-
[
vConsole-sources
](
https://github.com/WechatFE/vConsole-sources
)
-
[
vconsole-webpack-plugin
](
https://github.com/diamont1001/vconsole-webpack-plugin
)
## Changelog
[
CHANGELOG.md
](
./CHANGELOG.md
)
## Feedback
QQ Group: 497430533
![](
./example/snapshot/qq_group.png
)
## License
[
The MIT License
](
./LICENSE
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment