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!