Skip to content

tchin25/vue3-typescript-web-extensions-starter

Repository files navigation

Vue 3 Typescript Web Extensions Starter

Note: This was created before vite-plugin-web-extension, which is now definitely the better choice for a generic starter (this project now uses it instead of Webpack). This repo will continue existing as an opinionated starter for myself

So your boy Thomas over here, while in the middle of building an app, decided to get distracted and build web extensions. And since I'm a heavy Vue user, this boilerplate came out of it.

This is a boilerplate to creating cross-browser web-extensions using Vue 3 and Typescript. It contains an example options page, popup action, background script, content script, and testing script.

It contains:

Inspired by this video.

Development

Requires Node >=v14

  1. Clone this template
  2. Install dependencies with yarn
  3. yarn dev to build into dist, launch a chromium window with the extension installed, and rebuild on file changes
  4. yarn test to run unit tests

Building

  1. yarn build to build into dist
  2. Enable dev mode in chrome://extensions/ and upload your extension
    • If you want to develop for Firefox, you need the web-ext cli
    • Also take a look at the dynamic browser options in vite-plugin-web-extension if you don't want to use webextension-polyfill

Contributing

Not gonna lie, I'm not the brightest bulb in the shed. One time I said that 5 x 22 was 1100. Pull requests are welcomed.

About

A boilerplate for web-extension development using Vue 3 and Typescript. Includes bundling with Vite and testing with Vitest. Uses Manifest v3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published