Skip to content

Chrome extension template with Vue3, Vite and TypeScript

License

Notifications You must be signed in to change notification settings

PedroGuo/chrome-ext-starter

Repository files navigation

logo

Canvas Student icon by Icons8

Chrome extension template with
Vue3, Vite and TypeScript

This template was made to keep the size of the expansion pack as small as possible, while still having a blazing fast build speed and a great development experience with Vite.

Features

Procedures

  1. click Use this template on GitHub.
  2. Change name and description in package.json => Auto synchronize with manifest
  3. Run pnpm i, yarn or npm i (check your node version >= 16)
  4. Run pnpm dev, yarn dev or npm run dev to watch files and rebuild with any changes
  5. Load Extension on Chrome
    1. Open - Chrome browser
    2. Access - chrome://extensions
    3. Check - Developer mode
    4. Find - Load unpacked extension
    5. Select - dist folder in this project (after dev or build)
  6. If you want to build without watching, run pnpm build, yarn build or npm run build.

License

Distributed under the MIT License.

About

Chrome extension template with Vue3, Vite and TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published