-
vue-mobile-debug是一款用于vue移动端调试的工具
资源介绍
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.