Skip to content

LukeHagar/sveltekit-extension-template

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

SvelteKit Extension Template

By Luke Hagar

Built with Sveltekit and Skeleton

Out of the box Includes:

  • Skeleton
  • Tailwind
  • Chrome Types
  • ESlint
  • Prettier
  • TypeScript
  • Vite
  • Vitest

Reference Documentation

Extension Development Basics

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

NPM:

npm run dev

Yarn:

yarn dev

pnpm:

pnpm dev

Building

To create a production version of your app:

NPM:

npm run build

Yarn:

yarn build

pnpm:

pnpm build

To deploy your app, you can load it as an unpacked chrome extension, instructions are in Extension Development Basics

About

SvelteKit Chrome extension template built with Skeleton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published