Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 626 Bytes

File metadata and controls

26 lines (18 loc) · 626 Bytes

repository-banner.png

Vite + Vue Chrome Extension Example

Repo for the video Create a Chrome Extension with Vite + Vue

Build Setup

# install dependencies
$ yarn

# build in dev mode
$ yarn dev

# build for production 
$ yarn build

Testing locally on Chrome

In order to test the package holding the extension in Chrome we need to:

  1. Go to chrome://extensions/ page.
  2. Toggle Developer mode ON.
  3. Select Load Unpacked.
  4. Select the /dist directory.