vite-plugin-web-extension
TypeScript icon, indicating that this package has built-in type declarations

4.1.3 • Public • Published

Vite Plugin Web Extension

To get started quickly, bootstrap a new project!

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

Or install it as a dependency and add it to your vite.config.ts.

pnpm i -D vite-plugin-web-extension
// vite.config.ts
import webExtension from "vite-plugin-web-extension";

export default defineConfig({
  plugins: [webExtension()],
});

Features

  • 🔧 Automatically build inputs listed in your manifest.json
  • 🎉 Open a browser and install the extension during development
  • ⚡ Super fast dev mode
  • 🌐 Supports all browsers
  • 🔥 Full frontend framework support (popup, options, and content scripts)
  • 🤖 Typescript support out of the box!
  • ✅ 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.

Package Sidebar

Install

npm i vite-plugin-web-extension

Weekly Downloads

1,981

Version

4.1.3

License

MIT

Unpacked Size

277 kB

Total Files

9

Last publish

Collaborators

  • _aklinker1