Simple Webextension Starter-Kit with Vite HMR and SolidJS
Based on @samrum/vite-plugin-web-extension
- Instant Vite HMR
- Typescript - type safe
manifest.json
- Vitest
- ESLint
- Github Actions
Make sure you have Nodejs and pnpm installed.
pnpm i
Run the commands in separate terminals.
pnpm run dev
pnpm run serve:chrome
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