Repo for the video Create a Chrome Extension with Vite + Vue
# install dependencies
$ yarn
# build in dev mode
$ yarn dev
# build for production
$ yarn build
In order to test the package holding the extension in Chrome we need to:
- Go to
chrome://extensions/
page. - Toggle
Developer mode
ON. - Select
Load Unpacked
. - Select the
/dist
directory.