AusPrinzip d5c73b6ebd Initial build — KeystoneIntel Corporate Noir site 2 недель назад
..
src d5c73b6ebd Initial build — KeystoneIntel Corporate Noir site 2 недель назад
types d5c73b6ebd Initial build — KeystoneIntel Corporate Noir site 2 недель назад
LICENSE d5c73b6ebd Initial build — KeystoneIntel Corporate Noir site 2 недель назад
README.md d5c73b6ebd Initial build — KeystoneIntel Corporate Noir site 2 недель назад
package.json d5c73b6ebd Initial build — KeystoneIntel Corporate Noir site 2 недель назад

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