Skip to content

An easy way to start a Vite Web Extension project using @samrum/vite-plugin-web-extension

Notifications You must be signed in to change notification settings

samrum/create-vite-plugin-web-extension

Repository files navigation

@samrum/create-vite-plugin-web-extension

npm version node compatibility

An easy way to start a Vite Web Extension project

Available Project Options

  • Manifest V2, Manifest V3, or Both
  • TypeScript
  • Choice of framework including:
    • Preact
    • React
    • Solid
    • Svelte
    • Vanilla
    • Vue

Usage

npm init @samrum/vite-plugin-web-extension@latest

Check the readme in the generated project for more usage instructions.

Credits