| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
If the page uses a production/minified build of Vue.js, devtools inspection is disabled by default so the Vue pane won't show up.
To make it work for pages opened via file:// protocol, you need to check "Allow access to file URLs" for this extension in Chrome's extension management panel.
Works with vuex for time-travel debugging:
To enable this feature, follow this guide.
Make sure you are using Node 6+ and NPM 3+
Install web-ext
$ npm install --global web-ext
Or, for Yarn:
$ yarn global add web-ext
Also, make sure PATH is set up. Something like this in ~/.bash_profile:
$ PATH=$PATH:$(yarn global bin)
Build and run in Firefox
$ npm run build $ npm run run:firefox
When using Yarn, just replace npm with yarn.
| Back | FazBrowse Home | New Git URL |