JSPM

@sveltejs/kit

1.0.0-next.52
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 573211
  • Score
    100M100P100Q180812F

Package Exports

  • @sveltejs/kit/package.json
  • @sveltejs/kit/ssr
  • @sveltejs/kit/types.d.ts

Readme

The fastest way to build Svelte apps

This is the SvelteKit framework and CLI.

The quickest way to get started is via the create-svelte package:

mkdir my-app
cd my-app
npm init svelte@next
npm install
npm run dev

See the documentation to learn more.