ssbc / ssb-first-aid-kit

A user-friendly app for diagnosing and fixing problems with your Scuttlebutt installation
GNU Affero General Public License v3.0
15 stars 3 forks source link

Install vue-devtools #10

Open Powersource opened 4 years ago

Powersource commented 4 years ago

I tried https://github.com/zce/vue-devtools which is specifically for installing directly into electron but that didn't work https://github.com/zce/vue-devtools/issues/42#issuecomment-561351922

The other option is to use the normal vue devtools standalone app https://github.com/vuejs/vue-devtools (one of the links in there). Will probably be a bit less simple to get to work since we'd be connecting the two apps together.