Home
Softono

Chrome Extension Svelte Typescript Boilerplate

Open source TypeScript
296
Stars
57
Forks
6
Issues
5
Watchers
1 year
Last Commit

 About Chrome Extension Svelte Typescript Boilerplate

Boilerplate for Chrome Extension Svelte Typescript project

Platforms

Web Self-hosted

Languages

TypeScript

Links

Need Help Installing Chrome Extension Svelte Typescript Boilerplate?

We provide expert installation service for this software. Our team will install, configure, and secure Chrome Extension Svelte Typescript Boilerplate on your server. plans start at just $30.

Chrome Extension Svelte Typescript Boilerplate

View on GitHub

Svelte Typescript Chrome Extension Boilerplate

Boilerplate for Chrome Extension Svelte Typescript project.

Features

Demo

Demo

Examples of integrations

Development

# install dependencies
npm i

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

Load unpacked extensions

Getting Started Tutorial

  1. Open the Extension Management page by navigating to chrome://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.

Build

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