Skip to content

LauGau/chrome-extension-svelte-typescript-boilerplate

 
 

Repository files navigation

Svelte Typescript Chrome Extension Boilerplate

Boilerplate for Chrome Extension Svelte Typescript project

Features

Examples of integrations

Development

# install dependencies
npm i

# build files to `/dist` directory
# HMR for extension pages and content scripts
npm run dev

Build

# build files to `/dist` directory
$ npm run build

Load unpacked extensions

Getting Started Tutorial

  1. Open the Extension Management page by navigating to chrome:https://extensions.
  2. Enable Developer Mode by clicking the toggle switch next to Developer mode.
  3. Click the LOAD UNPACKED button and select the /dist directory.

Example

About

Boilerplate for Chrome Extension Svelte Typescript project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.6%
  • Svelte 24.2%
  • HTML 9.2%
  • JavaScript 3.2%
  • CSS 0.8%