登录 注册
当前位置:主页 > 资源下载 > 5 > vue-mobile-debug是一款用于vue移动端调试的工具

vue-mobile-debug是一款用于vue移动端调试的工具

  • 更新:2024-06-02 21:13:14
  • 大小:99KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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.