Skip to content

Simple Webextension Starter-Kit with Vite HMR and SolidJS

Notifications You must be signed in to change notification settings

davidjbng/solid-webext-starter

Repository files navigation

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

About

Simple Webextension Starter-Kit with Vite HMR and SolidJS

Resources

Stars

Watchers

Forks

Releases

No releases published