You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ashley Flanagan 999b1ae6fc fix: maybe 10 months ago
..
src fix: maybe 10 months ago
LICENSE feat: docker compose maybe 10 months ago
README.md feat: docker compose maybe 10 months ago
package.json fix: maybe 10 months ago

README.md

@sveltejs/vite-plugin-svelte

The official Svelte plugin for Vite.

Usage

// vite.config.js
import { defineConfig } from 'vite';
import { svelte } from '@sveltejs/vite-plugin-svelte';

export default defineConfig({
  plugins: [
    svelte({
      /* plugin options */
    })
  ]
});

Documentation

License

MIT