Browser extensions for Vue Telescope: available on Chrome, Firefox and Edge.
- Download the extension (.zip)
- Unzip it
- Enter
chrome://extensions
in the URL bar - Enable the developer mode (toggle at the top right)
- Click on "Load unpacked" button and select the unzipped directory
- That's it ✨ ! We recommend to pin the extension to quickly discover if a website uses Vue.js.
- Download the extension (.zip)
- Enter
about:debugging
in the URL bar - Go to "This Firefox" section
- Click on "Load Temporary Add-on" and select the zip
- That's it ✨!
Make sure to have Yarn installed.
After cloning the repository, install the dependencies:
yarn install
Launch the project with:
yarn dev
To have a preview in Chrome, you have to go to: chrome://extensions/
, then enable developer mode (toggle at top right), then click on "Load unpacked" button and select the dist
directory created.
The extension will be automatically reloaded each time you make a change thanks to HMR.
To build the extension you have to run:
yarn build
and then:
yarn build-zip
You will obtain a zip
file inside dist-zip
directory you can upload to the Chrome and Firefox webstore.