Adds SvelteKit to the frameworks (#1707)

This commit is contained in:
James Ritchie
2025-02-13 17:30:38 +00:00
committed by GitHub
parent e61b29ae52
commit 37723344cd
4 changed files with 29 additions and 4 deletions
+2 -1
View File
@@ -212,7 +212,8 @@
"guides/frameworks/bun",
"guides/frameworks/nextjs",
"guides/frameworks/nodejs",
"guides/frameworks/remix"
"guides/frameworks/remix",
"guides/frameworks/sveltekit"
]
},
{
+22
View File
@@ -0,0 +1,22 @@
---
title: "SvelteKit setup guide"
sidebarTitle: "SvelteKit"
description: "A plugin for SvelteKit to integrate with Trigger.dev."
icon: "s"
---
import Prerequisites from "/snippets/framework-prerequisites.mdx";
This is an community developed Vite plugin from [@cptCrunch_](https://x.com/cptCrunch_) that enables seamless integration between SvelteKit and Trigger.dev by allowing you to use your SvelteKit functions directly in your Trigger.dev projects.
<Prerequisites framework="SvelteKit" />
## Setup
[View setup guide on npm](https://www.npmjs.com/package/vite-plugin-triggerkit)
```bash
npm i vite-plugin-triggerkit
```
<UsefulNextSteps />
+5 -3
View File
@@ -1,16 +1,18 @@
---
title: "Frameworks, guides and examples overview"
title: "Frameworks, guides and examples"
sidebarTitle: "Overview"
description: "An ever growing list of guides and examples to help you get setup with Trigger.dev."
description: "A growing list of guides and examples to get the most out of Trigger.dev."
mode: "center"
---
## Frameworks
<CardGroup cols={2}>
<CardGroup cols={3}>
<Card title="Bun" img="/images/logo-bun.png" href="/guides/frameworks/bun"/>
<Card title="Next.js" img="/images/logo-nextjs.png" href="/guides/frameworks/nextjs"/>
<Card title="Node.js" img="/images/logo-nodejs.png" href="/guides/frameworks/nodejs"/>
<Card title="Remix" img="/images/logo-remix.png" href="/guides/frameworks/remix"/>
<Card title="SvelteKit" img="/images/logo-svelte.png" href="/guides/frameworks/sveltekit"/>
</CardGroup>
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB