Browser extensions for Vue Telescope: available on Chrome, Firefox and Edge.
chrome://extensions in the URL bar
about:debugging in the URL bar
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.