The front-end H5 page is debugged on the real machine to view the plug-in requesting the interface

Installation: npm i vconsole

npm i vconsole

Then add code to the main.js file:

import Vconsole from 'vconsole';
const VConsole = new Vconsole();
// console.log(VConsole);

Then run the page to see the small debugging window

It looks like this after opening

success!

Guess you like

Origin blog.csdn.net/joyvonlee/article/details/113743784