Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 782 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 782 Bytes

SolidJS Webextension Starter

Simple Webextension Starter-Kit with Vite HMR and SolidJS

Based on @samrum/vite-plugin-web-extension

Features

  • Instant Vite HMR
  • Typescript - type safe manifest.json
  • Vitest
  • ESLint
  • Github Actions

Getting Started

Make sure you have Nodejs and pnpm installed.

Install Dependencies

pnpm i

Development

Run the commands in separate terminals.

Chrome

pnpm run dev
pnpm run serve:chrome

Firefox

Unfortunately does not support loading content scripts from localhost so you need to use vite build --watch for now.

pnpm run watch
pnpm run serve:firefox