devtools
Why is Vue.js Chrome Devtools not detecting Vue.js?
One alternative is to set up a local web server, as the OP already stated. The other – which IMHO is faster and less harassing – is letting the extension have access to file URLs, which is disabled by default. Simply go to chrome://extensions and leave the “Allow access to file URLs” box checked for … Read more
Problems installing the devtools package
As per damienfrancois’s suggestion, I installed libcurl4-gnutls-dev and the problem was solved. EDIT (@dardisco) In your shell: apt-get -y build-dep libcurl4-gnutls-dev apt-get -y install libcurl4-gnutls-dev