mirror of
https://github.com/LukeHagar/sveltekit-extension-template.git
synced 2025-12-06 04:21:37 +00:00
55706c32f6ed6daf9fe0a9aaed17f9dd08922050
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
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
Description
Languages
Svelte
71.7%
JavaScript
10.1%
TypeScript
7%
CSS
6.1%
HTML
5.1%