You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'The <a href="/docs/kit/icons">documentation about icons</a> may be helpful when choosing how to handle icons in Svelte',
306
+
packages: [
307
+
{name: '@iconify/tailwind4'},
308
+
{name: '@unocss/preset-icons'},
309
+
{name: '@lucide/svelte',description: 'Beautiful and consistent icons'},
310
+
{name: 'svelte-awesome',description: 'Font Awesome icons for Svelte'},
311
+
{name: 'phosphor-svelte',description: 'A clean and friendly icon family'}
312
+
]
313
+
},
314
+
{
315
+
title: 'Testing',
316
+
description:
317
+
'You might find the <a href="/docs/cli">Svelte CLI</a> and <a href="/docs/svelte/testing">documentation about testing</a> to be helpful during setup',
318
+
packages: [
319
+
{name: '@testing-library/svelte',description: 'Testing utilities for DOM interaction'},
320
+
{name: 'playwright',description: 'Browser automation for end-to-end testing'},
321
+
{name: 'vitest'}
322
+
]
323
+
},
324
+
{
325
+
title: 'Bundler plugins',
326
+
description:
327
+
'<a href="https://svelte.dev/docs/kit">SvelteKit</a> comes with <a href="https://www.npmjs.com/package/@sveltejs/vite-plugin-svelte>@sveltejs/vite-plugin-svelte</a>, but you can also <a href="/docs/svelte/getting-started#Alternatives-to-SvelteKit">set things up on your own</a>',
328
+
packages: [
329
+
{name: '@sveltejs/vite-plugin-svelte'},
330
+
{name: 'rollup-plugin-svelte'},
331
+
{name: 'svelte-loader',description: 'Compile Svelte components with webpack'},
332
+
{name: 'esbuild-svelte',description: 'Compile Svelte components with esbuild'}
0 commit comments