Skip to main content

sveltekit-adapter

SvelteKit 适配器 允许你将网站部署到众多平台。此插件允许你配置官方提供的 SvelteKit 适配器,但也提供多种 社区提供的适配器 适配器。

¥SvelteKit adapters allow you to deploy your site to numerous platforms. This add-on allows you to configure officially provided SvelteKit adapters, but a number of community-provided adapters are also available.

用法(Usage)

¥Usage

npx sv add sveltekit-adapter

你将获得什么(What you get)

¥What you get

  • 在你的 svelte.config.js 中安装并配置所选的 SvelteKit 适配器

    ¥the chosen SvelteKit adapter installed and configured in your svelte.config.js

选项(Options)

¥Options

adapter

要使用哪种 SvelteKit 适配器:

¥Which SvelteKit adapter to use:

npx sv add --sveltekit-adapter=node
上一页 下一页