文件名称:vue-mobile-debug:vue 移动端调试工具
文件大小:99KB
文件格式:ZIP
更新时间:2024-05-28 11:39:53
JavaScript
vue-mobile-debug 基于 vue 的移动端调试小工具 功能 移动端模拟 console 信息 一键清理 cookies、localstorage,刷新页面 显示 cookies、localstorage 显示页面性能数据 安装 npm install --save vue-mobile-debug // or cnpm install --save vue-mobile-debug // or yarn add vue-mobile-debug demo git clone https://github.com/Lzzzzzq/vue-mobile-debug.git cd vue-mobile-debug npm install npm run dev 使用 // 引入插件 import VueMobileDebug from 'vue-mobile-debug' Vue.
【文件预览】:
vue-mobile-debug-master
----index.html(321B)
----yarn.lock(181KB)
----webpack.config.js(2KB)
----src()
--------main.js(166B)
--------lib()
--------App.vue(873B)
--------assets()
----.babelrc(72B)
----README.md(887B)
----dist()
--------vue-mobile-debug.js(19KB)
--------vue-mobile-debug.js.map(101KB)
----.editorconfig(147B)
----.gitignore(121B)
----webpack.build.js(2KB)
----package.json(1KB)