vite-plugin-web-extension icon indicating copy to clipboard operation
vite-plugin-web-extension copied to clipboard

Vite plugin for developing Chrome/Web Extensions

Build Status NPM Version NPM Downloads Vite Version

To get started quickly, bootstrap a new project!

npm create vite-plugin-web-extension
pnpm create vite-plugin-web-extension
yarn create vite-plugin-web-extension

Features

  • :wrench: Automatically build inputs listed in your manifest.json
  • :tada: Open a browser and install the extension during development
  • :zap: Super fast dev mode
  • :globe_with_meridians: Supports all browsers
  • :fire: Full frontend framework support (popup, options, and content scripts)
  • :robot: Typescript support out of the box!
  • :white_check_mark: Manifest validation

Documentation

To get started, checkout the docs:

https://vite-plugin-web-extension.aklinker1.io

Contributing

Special thanks to the contributors!

See the contributing docs to setup the project for development.