英文: How to import Bootstrap in SvelteKit, Recommended Way 问题 我正在使用SvelteKit构建网站。目前,我通过将Bootstrap 5添加...
Svelte Kit在Github Pages上使用动态路由的静态网站生成器
英文: Svelte Kit SSG with dynamic routes on Github Pages 问题 这是我用来将我的Svelte网站部署到GitHub Pages的步骤: npm cr...
I can't import Svelte components from any other location except the parent except from the same path as the +page.svelte
英文: I can't import Svelte components from any other location except the parent except from the s...
将TS语法转换为JSDOC
英文: converting TS syntax to JSDOC 问题 import { SvelteKitAuth } from '@auth/sveltekit'; /** * ...
Sveltekit 在导航到 slug 页面时不具备响应性。
英文: Sveltekit is not reactive when navigating through slug page 问题 当我浏览 [slug] 页面时,尽管 +page.server.t...
如何将库导入到SvelteKit应用程序中?
英文: How do I import a library into a SvelteKit app? 问题 我正在尝试在 SvelteKit 应用中使用 [Cornerstone3D 库](http...
Svelte import { x } from ‘https://cdn.jsdelivr.net/npm/x’;
英文: Svelte import { x } from 'https://cdn.jsdelivr.net/npm/x'; 问题 So I'm building an App wit...
SvelteKit导航问题:客户端变更检测不起作用
英文: SvelteKit navigation issue: client-side change detection not working 问题 我正在使用SvelteKit开发仪表板,并在无法...
在Svelte Kit中只加载一次数据,以及何时使用page.js与layout.js来加载数据。
英文: Loading data only once in Svelte Kit and when to use page.js vs layout.js for loading data 问题 如何...
可以从Svelte后端执行命令行/PowerShell命令吗?
英文: Is it possible to execute command line/powershell commands from a svelte backend? 问题 我想获取网络上一台计算...