antfu / vitesse-webext

⚡️ WebExtension Vite Starter Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue devtools

ManUtopiK opened this issue · comments

I can't see the vue devtools panel. I would like to open it for the options page and popup. Is it possible?

commented

You can open http://localhost:3303/options/index.html for debug, but most features need to be under chrome-extension:// protocol.

Probably open an issue to the devtools repo and see if it's feasible instead.