vercel/vercel/examples/svelte

sveltevitetypescripthugo
Loading...
vercel

Svelte

This directory is a brief example of a Svelte site that can be deployed to Vercel with zero-configuration. If you need to use API Routes, we recommend using our SvelteKit example.

Deploy Your Own

Deploy with Vercel

Live Example: https://svelte.vercel.app

Getting Started

npm create vite@latest my-svelte-project
cd my-svelte-project
npm install
npm run dev

Need an official Svelte framework?

Check out SvelteKit, which is also powered by Vite. Deploys seamlessly to Vercel, with out of the box support for TypeScript, SCSS, and Less, and easily-added support for mdsvex, GraphQL, PostCSS, Tailwind CSS, and more.